MediaWiki:Gadget-LanguagesAndScripts.css: Difference between revisions
No edit summary Tag: Manual revert |
No edit summary |
||
| (18 intermediate revisions by the same user not shown) | |||
| Line 66: | Line 66: | ||
src: url("https://files.catbox.moe/pb51cy.otf") format('opentype'); | src: url("https://files.catbox.moe/pb51cy.otf") format('opentype'); | ||
} | } | ||
@font-face{ | |||
font-family: 'Tugvut'; | |||
src: url("https://files.catbox.moe/ow5mkh.otf") format('opentype'); | |||
} | |||
@font-face{ | |||
font-family: 'Bunchlo'; | |||
font-feature-settings: "ss01"; | |||
font-variant-alternates: styleset(ss01); | |||
src: url("https://cdn.jsdelivr.net/gh/mkeenan-kdb/IrishApps@main/fonts/bunw/bungc.woff2") format('woff2'), | |||
url("https://cdn.jsdelivr.net/gh/tigger04/fonting@master/gaelic-fonts/bungc.otf") format('opentype'); | |||
} | |||
@font-face{ | |||
font-family: 'Bunchlo'; | |||
font-feature-settings: "ss01"; | |||
font-variant-alternates: styleset(ss01); | |||
src: url("https://cdn.jsdelivr.net/gh/mkeenan-kdb/IrishApps@main/fonts/bunw/bundgc.woff2") format('woff2'), | |||
url("https://cdn.jsdelivr.net/gh/tigger04/fonting@master/gaelic-fonts/bundgc.otf") format('opentype'); | |||
font-weight: bold; | |||
} | |||
@font-face{ | |||
font-family: 'Bunchlo'; | |||
font-feature-settings: "ss01"; | |||
font-variant-alternates: styleset(ss01); | |||
src: url("https://cdn.jsdelivr.net/gh/mkeenan-kdb/IrishApps@main/fonts/bunw/bunigc.woff2") format('woff2'), | |||
url("https://cdn.jsdelivr.net/gh/tigger04/fonting@master/gaelic-fonts/bunigc.otf") format('opentype'); | |||
font-style: italic; | |||
} | |||
/* Default style for mentions outside of "form of" definitions. | /* Default style for mentions outside of "form of" definitions. | ||
| Line 227: | Line 259: | ||
.Syrc.Syrc, .Syrc *, | .Syrc.Syrc, .Syrc *, | ||
.Tang.Tang, .Tang *, | .Tang.Tang, .Tang *, | ||
.Tugv.Tugv, .Tugv *, | |||
.Latn:lang(pine-Latn), .Latn:lang(pine-Latn) *, | |||
.Xsux.Xsux, .Xsux * { | .Xsux.Xsux, .Xsux * { | ||
font-style: normal; | font-style: normal; | ||
| Line 248: | Line 282: | ||
.Sogd.e-example b, .Sogd.e-quotation b, .Sogd.e-normalization b, | .Sogd.e-example b, .Sogd.e-quotation b, .Sogd.e-normalization b, | ||
.Syrc.e-example b, .Syrc.e-quotation b, .Syrc.e-normalization b, | .Syrc.e-example b, .Syrc.e-quotation b, .Syrc.e-normalization b, | ||
.Tugv.e-example b, .Tugv.e-quotation b, .Tugv.e-normalization b, | |||
.Ugar.e-example b, .Ugar.e-quotation b, .Ugar.e-normalization b, | .Ugar.e-example b, .Ugar.e-quotation b, .Ugar.e-normalization b, | ||
.Xpeo.e-example b, .Xpeo.e-quotation b, .Xpeo.e-normalization b, | .Xpeo.e-example b, .Xpeo.e-quotation b, .Xpeo.e-normalization b, | ||
| Line 254: | Line 289: | ||
font-size: inherit; | font-size: inherit; | ||
} | } | ||
/* Latin (.Latn) | /* Latin (.Latn) | ||
| Line 1,099: | Line 1,133: | ||
/* International Phonetic Alphabet */ | /* International Phonetic Alphabet */ | ||
.IPA, .Ipach, .IPAchar { | .IPA, .Ipach, .IPAchar { | ||
font-family: Gentium, 'Gentium Plus', GentiumAlt, 'DejaVu Sans', 'Segoe UI', 'Lucida Grande', 'Charis SIL', 'Doulos SIL', 'TITUS Cyberbit Basic', 'Code2000', 'Lucida Sans Unicode', sans-serif; | /*font-family: Gentium, 'Gentium Plus', GentiumAlt, 'DejaVu Sans', 'Segoe UI', 'Lucida Grande', 'Charis SIL', 'Doulos SIL', 'TITUS Cyberbit Basic', 'Code2000', 'Lucida Sans Unicode', sans-serif;*/ | ||
font-family: 'Segoe UI', 'Lucida Grande', 'Charis SIL', 'Doulos SIL', 'TITUS Cyberbit Basic', 'Code2000', 'Lucida Sans Unicode', sans-serif; | |||
font-size: 110%; | font-size: 110%; | ||
font-variant-ligatures: no-common-ligatures; | font-variant-ligatures: no-common-ligatures; | ||
| Line 1,165: | Line 1,200: | ||
.Teng { | .Teng { | ||
font-family: 'Alcarin', 'Brill', serif; | font-family: 'Alcarin', 'Brill', serif; | ||
} | |||
.Teul { } /* exactly equal to Latn */ | |||
.Tugv, .tr:lang(pine-Latn) { | |||
font-family: 'Tugvut', sans-serif; | |||
font-size: 220%; | |||
line-height: 50%; | |||
} | |||
/* Scots Norse */ | |||
.Latn:lang(snon){ | |||
font-family: 'Bunchlo', sans-serif; | |||
font-size: 110%; | |||
font-feature-settings: "ss01"; | |||
} | } | ||