MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
AdminIsidore (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@font-face { | |||
font-family: 'Junicode'; | |||
src: url('/resources/fonts/Junicode-Regular.woff2') format('woff2'), | |||
url('/resources/fonts/JunicodeTwoBeta-Regular.ttf') format('truetype'); | |||
font-weight: 400; | |||
font-style: normal; | |||
font-display: swap; | |||
unicode-range: U+204A, U+A700-A71F; /* Tironian et, medieval Latin */ | |||
} | |||
@font-face { | |||
font-family: 'Quivira'; | |||
src: url('/resources/fonts/Quivira.woff2') format('woff2'), | |||
url('/resources/fonts/Quivira.ttf') format('truetype'); | |||
font-weight: 400; | |||
font-style: normal; | |||
font-display: swap; | |||
unicode-range: U+204A, U+A700-A71F; | |||
} | |||
body, .mw-parser-output { | |||
font-family: 'Junicode', 'Quivira', 'DejaVu Sans', sans-serif; | |||
} |
Revision as of 02:41, 27 August 2025
/* CSS placed here will be applied to all skins */
@font-face {
font-family: 'Junicode';
src: url('/resources/fonts/Junicode-Regular.woff2') format('woff2'),
url('/resources/fonts/JunicodeTwoBeta-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
unicode-range: U+204A, U+A700-A71F; /* Tironian et, medieval Latin */
}
@font-face {
font-family: 'Quivira';
src: url('/resources/fonts/Quivira.woff2') format('woff2'),
url('/resources/fonts/Quivira.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
unicode-range: U+204A, U+A700-A71F;
}
body, .mw-parser-output {
font-family: 'Junicode', 'Quivira', 'DejaVu Sans', sans-serif;
}