Difference between revisions of "MediaWiki:Common.css"
Steve Cable (Talk | contribs) |
Steve Cable (Talk | contribs) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* 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=Noto+Sans:400,700); | ||
− | @import url(http://fonts.googleapis.com/css?family= | + | @import url(http://fonts.googleapis.com/css?family=Droid+Serif); |
body { font-family: 'Noto Sans', sans-serif; } | body { font-family: 'Noto Sans', sans-serif; } | ||
− | h1,h2 { font-family: ' | + | h1,h2 { font-family: 'Droid Serif', sans-serif !important; } |
Revision as of 09:22, 11 February 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=Droid+Serif); body { font-family: 'Noto Sans', sans-serif; } h1,h2 { font-family: 'Droid Serif', sans-serif !important; }