MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
font-weight: 400; | font-weight: 400; | ||
font-size: 16px; | font-size: 16px; | ||
letter-spacing: 1. | letter-spacing: 1.3px; | ||
} | } | ||
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.3px;
}