Jump to content

MediaWiki:Common.css: Difference between revisions

From www.ReeltoReel.nl Wiki
Blanked the page
Tags: Blanking Manual revert
No edit summary
 
(7 intermediate revisions by the same user not shown)
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;
    font-size: 19px;
    letter-spacing: 1.2px;
}

Latest revision as of 18:59, 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: 19px;
    letter-spacing: 1.2px;
}