Différences entre versions de « Common.css »
De FNEEQ - 50 ans à faire école par nos luttes
Ligne 6 : | Ligne 6 : | ||
/* changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text) */ | /* 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; | + | div#content h1, div#content h2 { |
− | + | font-family: 'Open Sans Condensed', sans-serif; | |
+ | font-weight:300; | ||
+ | } | ||
h1.title, .title a span{ | h1.title, .title a span{ |
Version du 7 mars 2020 à 07:48
/* 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; font-weight:300; } 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; }