MediaWiki:Gadget-LanguagesAndScripts.css: Difference between revisions
No edit summary Tag: Manual revert |
No edit summary |
||
| (11 intermediate revisions by the same user not shown) | |||
| Line 65: | Line 65: | ||
font-family: 'Draconic'; | font-family: 'Draconic'; | ||
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'); | |||
} | } | ||
| Line 227: | Line 232: | ||
.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 255: | ||
.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 262: | ||
font-size: inherit; | font-size: inherit; | ||
} | } | ||
/* Latin (.Latn) | /* Latin (.Latn) | ||
| Line 1,099: | Line 1,106: | ||
/* 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,173: | ||
.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%; | |||
} | } | ||