MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
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-face { | ||
font-family: 'Noto Sans'; | font-family: 'Noto Sans'; | ||
src: url('https:// | src: url('https://ablx.de/x/woff2/NotoSans-Regular.woff2') format('woff2'); | ||
font-display:block; | font-display:block; | ||
} | } | ||
Line 16: | Line 12: | ||
.mw-body h1, .mw-body-content h1, .mw-body-content h2 { | .mw-body h1, .mw-body-content h1, .mw-body-content h2 { | ||
font-family: "Noto Sans",sans-serif; | font-family: "Noto Sans",sans-serif; | ||
} | } |
Latest revision as of 2025-08-02T12:47:34
/* CSS placed here will be applied to all skins */
@font-face {
font-family: 'Noto Sans';
src: url('https://ablx.de/x/woff2/NotoSans-Regular.woff2') format('woff2');
font-display:block;
}
html,input,textarea{
font-family: "Noto Sans",sans-serif;
}
/*no Serif for tango.info*/
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
font-family: "Noto Sans",sans-serif;
}