Difference between revisions of "MediaWiki:Common.css"

(Created page with "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; }")
 
Line 3: Line 3:
  
 
body { font-family: 'Noto Sans', sans-serif; }
 
body { font-family: 'Noto Sans', sans-serif; }
 +
h1,h2 { font-family: 'Noto Sans', sans-serif; }

Revision as of 11:19, 27 January 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 { font-family: 'Noto Sans', sans-serif; }