MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
.mw-body-content { | .mw-body-content { | ||
font-family: 'Yanone Kaffeesatz', sans-serif; | font-family: 'Yanone Kaffeesatz', sans-serif; | ||
font-weight: | font-weight: 350; | ||
font-size: 16px; | font-size: 16px; | ||
character-space: 2px; | |||
} | } | ||
Revision as of 17:03, 27 March 2026
/* Font definitie */
@font-face {
font-family: 'Yanone Kaffeesatz';
src: url('/fonts/YanoneKaffeesatz-VariableFont_wght.ttf') format('truetype');
}
/* Bodytekst font */
body,
.mw-body,
.mw-body-content {
font-family: 'Yanone Kaffeesatz', sans-serif;
font-weight: 350;
font-size: 16px;
character-space: 2px;
}