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

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Created page with "CSS placed here will be applied to all skins: @font-face { font-family: "Barlow"; font-weight: normal; font-style: normal; font-display: swap; src: url("/resources/assets/fonts/Barlow-Regular.woff2") format("woff2"); } :root { --font-family-base: "Barlow"; }"
 
No edit summary
Line 5: Line 5:
     font-style: normal;
     font-style: normal;
     font-display: swap;
     font-display: swap;
     src: url("/resources/assets/fonts/Barlow-Regular.woff2") format("woff2");
     src: url("/w/resources/assets/fonts/Barlow-Regular.woff2") format("woff2");
}
}



Revision as of 15:29, 8 May 2025

/* CSS placed here will be applied to all skins */
@font-face {
    font-family: "Barlow";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("/w/resources/assets/fonts/Barlow-Regular.woff2") format("woff2");
}

:root {
    --font-family-base: "Barlow";
}