Jump to content

MediaWiki:Common.css: Difference between revisions

From www.ReeltoReel.nl Wiki
Blanked the page
Tags: Blanking Manual revert
No edit summary
Line 1: Line 1:
/* 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;
}

Revision as of 17:01, 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;
}