Difference between revisions of "MediaWiki:Common.css"

Line 5: Line 5:
 
h1,h2,h3,h4 { font-family: 'Noto Sans', sans-serif !important; font-weight:600 !important; }
 
h1,h2,h3,h4 { font-family: 'Noto Sans', sans-serif !important; font-weight:600 !important; }
 
h1 { font-weight:normal; letter-spacing:-0.07em; }
 
h1 { font-weight:normal; letter-spacing:-0.07em; }
.firstH1 { margin-top:0; font-size:36px; font-weight:normal; }
+
.firstH1 { margin-top:0; font-size:36px; font-weight:normal !important; }

Revision as of 11:27, 31 December 2015

/* CSS placed here will be applied to all skins */
@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700);
 
body { font-family: 'Noto Sans', sans-serif; }
h1,h2,h3,h4 { font-family: 'Noto Sans', sans-serif !important; font-weight:600 !important; }
h1 { font-weight:normal; letter-spacing:-0.07em; }
.firstH1 { margin-top:0; font-size:36px; font-weight:normal !important; }