MediaWiki:Common.css: Difference between revisions

From VoxeLibre Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
@font-face { font-display: swap; font-family: 'Roboto Condensed'; font-style: normal; font-weight: 600; src: url('/fts/roboto-condensed-v27-latin-600.woff2') format('woff2');}
@font-face { font-display: swap; font-family: 'Roboto Condensed'; font-style: normal; font-weight: 600; src: url('/fts/roboto-condensed-v27-latin-600.woff2') format('woff2');}
/* roboto-slab-100 - latin */
/* roboto-slab-100 - latin */
@font-face { font-display: swap; font-family: 'Roboto Slab'; font-style: normal; font-weight: 100; src: url('/fts/RobotoSlab-Thin.woff2') format('woff2');}
@font-face { font-display: swap; font-family: 'Roboto Slab'; font-style: normal; font-weight: 300; src: url('/fts/RobotoSlab-Light.woff2') format('woff2');}


body {font-family:"Roboto Slab"!important;font-weight:100;}
body {font-family:"Roboto Slab"!important;font-weight:300;}
h1, h2, h3, h4 {font-family:"Roboto Condensed"!important;font-weight:600;}
h1, h2, h3, h4, h5 {font-family:"Roboto Condensed"!important;font-weight:600;}
h1 {font-size:2em;} h2 {font-size:1.6em;} h3 {font-size:1.4em;} h4 {font-size:1.2em;} h5 {font-size:1.1em;}

Revision as of 02:56, 19 February 2025

/* CSS placed here will be applied to all skins */
/* roboto-condensed-200 - latin */
@font-face {font-display: swap;font-family: 'Roboto Condensed';font-style: normal;font-weight: 200;src: url('/fts/roboto-condensed-v27-latin-200.woff2') format('woff2');}
/* roboto-condensed-regular - latin */
@font-face { font-display: swap; font-family: 'Roboto Condensed';font-style: normal;font-weight: 400;src: url('/fts/roboto-condensed-v27-latin-regular.woff2') format('woff2');}
/* roboto-condensed-600 - latin */
@font-face { font-display: swap; font-family: 'Roboto Condensed'; font-style: normal; font-weight: 600; src: url('/fts/roboto-condensed-v27-latin-600.woff2') format('woff2');}
/* roboto-slab-100 - latin */
@font-face { font-display: swap; font-family: 'Roboto Slab'; font-style: normal; font-weight: 300; src: url('/fts/RobotoSlab-Light.woff2') format('woff2');}

body {font-family:"Roboto Slab"!important;font-weight:300;}
h1, h2, h3, h4, h5 {font-family:"Roboto Condensed"!important;font-weight:600;}
h1 {font-size:2em;} h2 {font-size:1.6em;} h3 {font-size:1.4em;} h4 {font-size:1.2em;} h5 {font-size:1.1em;}