MediaWiki:Gadget-LanguagesAndScripts.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 73: | Line 73: | ||
@font-face{ | @font-face{ | ||
font-family: ' | font-family: 'Bunchlo'; | ||
src: url("https://cdn.jsdelivr.net/gh/mkeenan-kdb/IrishApps@main/fonts/bunw/bungc.woff2") format('woff2') | 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-face{ | ||
font-family: ' | font-family: 'Bunchlo'; | ||
src: url("https://cdn.jsdelivr.net/gh/mkeenan-kdb/IrishApps@main/fonts/bunw/bundgc.woff2") format('woff2') | 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-weight: bold; | ||
} | |||
@font-face{ | |||
font-family: 'Bunchlo'; | |||
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; | |||
} | } | ||
| Line 1,199: | Line 1,206: | ||
/* Scots Norse */ | /* Scots Norse */ | ||
.Latn:lang(snon){ | .Latn:lang(snon){ | ||
font-family: ' | font-family: 'Bunchlo', sans-serif; | ||
font-size: 110%; | font-size: 110%; | ||
} | } | ||