Différences entre versions de « Common.css »
De FNEEQ - 50 ans à faire école par nos luttes
Ligne 9 : | Ligne 9 : | ||
/* changes the default font used for MediaWiki headings to Noto Serif */ | /* changes the default font used for MediaWiki headings to Noto Serif */ | ||
− | .title a span{ | + | h1.title, .title a span{ |
font-family: 'Open Sans Condensed', sans-serif; | font-family: 'Open Sans Condensed', sans-serif; | ||
font-weight:300; | font-weight:300; |
Version du 7 mars 2020 à 07:47
/* Le CSS placé ici sera appliqué à tous les habillages. */ @import url("https://fonts.googleapis.com/css?family=Cardo|Open+Sans+Condensed:300,700|Open+Sans:400,700&display=swap") body {font-family: 'Cardo', serif;} /* changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text) */ div#content h1, div#content h2 {font-family: 'Open Sans Condensed', sans-serif;} /* changes the default font used for MediaWiki headings to Noto Serif */ h1.title, .title a span{ font-family: 'Open Sans Condensed', sans-serif; font-weight:300; } #sidebar ul li a{ font-family: 'Open Sans', sans-serif; } h4.namespace.label, .sidebar{ font-family: 'Open Sans Condensed', sans-serif; font-weight:bold; }