Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
Created page with "All CSS here will be loaded for users of the Citizen skin: @import url('https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap'); :root { --font-family-citizen-base: 'Inter', sans-serif; }"
 
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Citizen skin */
/* All CSS here will be loaded for users of the Citizen skin */
@import url('https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap');


:root {
 
     --font-family-citizen-base: 'Inter', sans-serif;
@font-face {
    font-family: 'Helvetica Black';
    src: url('/wiki/Special:Redirect/file/Helveticablackoriginal_bold.otf') format('opentype');
     font-weight: 900;
    font-style: normal;
    font-display: swap;
}
 
.skin-citizen h1,
.skin-citizen h2,
.skin-citizen h3,
.skin-citizen h4,
.skin-citizen h5,
.skin-citizen h6 {
    font-family: 'Helvetica Black', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
}
}

Revision as of 00:08, 16 March 2026

/* All CSS here will be loaded for users of the Citizen skin */


@font-face {
    font-family: 'Helvetica Black';
    src: url('/wiki/Special:Redirect/file/Helveticablackoriginal_bold.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.skin-citizen h1,
.skin-citizen h2,
.skin-citizen h3,
.skin-citizen h4,
.skin-citizen h5,
.skin-citizen h6 {
    font-family: 'Helvetica Black', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
}