Difference between revisions of "MediaWiki:Common.css"

Line 5: Line 5:
 
body { font-family: 'Noto Sans', sans-serif; }
 
body { font-family: 'Noto Sans', sans-serif; }
 
h1,h2,h3,h4 { font-family: 'Titillium Web', sans-serif !important; font-weight:600 !important; }
 
h1,h2,h3,h4 { font-family: 'Titillium Web', sans-serif !important; font-weight:600 !important; }
body.mainpage.action-view h1.firstHeading, body.mainpage.action-submit h1 { display: none; }
 

Revision as of 13:30, 19 November 2015

/* CSS placed here will be applied to all skins */
@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,600);
 
body { font-family: 'Noto Sans', sans-serif; }
h1,h2,h3,h4 { font-family: 'Titillium Web', sans-serif !important; font-weight:600 !important; }