MediaWiki:Gadget-LanguagesAndScripts.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 71: | Line 71: | ||
src: url("https://files.catbox.moe/ow5mkh.otf") format('opentype'); | src: url("https://files.catbox.moe/ow5mkh.otf") format('opentype'); | ||
} | } | ||
@font-face{ | |||
font-family: 'Bunchló'; | |||
src: url("https://cdn.jsdelivr.net/gh/mkeenan-kdb/IrishApps@main/fonts/bunw/bungc.woff2") format('woff2'); | |||
font-feature-settings: "ss01"; | |||
} | |||
@font-face{ | |||
font-family: 'Bunchló'; | |||
src: url("https://cdn.jsdelivr.net/gh/mkeenan-kdb/IrishApps@main/fonts/bunw/bundgc.woff2") format('woff2'); | |||
font-feature-settings: "ss01"; | |||
font-weight: bold; | |||
} | |||
@font-face{ | |||
font-family: 'Bunchló'; | |||
src: url("https://cdn.jsdelivr.net/gh/mkeenan-kdb/IrishApps@main/fonts/bunw/bunigc.woff2") format('woff2'); | |||
font-feature-settings: "ss01"; | |||
font-style: italic; | |||
} | |||
/* Default style for mentions outside of "form of" definitions. | /* Default style for mentions outside of "form of" definitions. | ||
| Line 1,181: | Line 1,202: | ||
font-size: 220%; | font-size: 220%; | ||
line-height: 50%; | line-height: 50%; | ||
} | |||
/* Scots Norse */ | |||
.Latn:lang(snon){ | |||
font-family: 'Bunchló', sans-serif; | |||
font-size: 110%; | |||
} | } | ||