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: 400; | ||
font-size: 16px; | font-size: 16px; | ||
letter-spacing: | letter-spacing: 1.5px; | ||
} | } | ||
Revision as of 17:05, 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: 400;
font-size: 16px;
letter-spacing: 1.5px;
}