Difference between revisions of "MediaWiki:Common.css"
| 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=Chango); | @import url(http://fonts.googleapis.com/css?family=Chango); | ||
| − | @import url(http://fonts.googleapis.com/css?family= | + | @import url(http://fonts.googleapis.com/css?family=Droid+Serif); |
@import url(http://fonts.googleapis.com/css?family=Raleway); | @import url(http://fonts.googleapis.com/css?family=Raleway); | ||
#content { font-family: Raleway,"Helvetica Neue",helvetica,sans-serif;} | #content { font-family: Raleway,"Helvetica Neue",helvetica,sans-serif;} | ||
h1 { font-family: Chango,"Helvetica Neue",helvetica,sans-serif;} | h1 { font-family: Chango,"Helvetica Neue",helvetica,sans-serif;} | ||
| − | h2, h3, h4, h5, h6 { font-family: " | + | h2, h3, h4, h5, h6 { font-family: "Droid Serif","Helvetica Neue",helvetica,sans-serif;} |
.tocnumber { display: none; } | .tocnumber { display: none; } | ||
Revision as of 19:26, 3 October 2013
/* CSS placed here will be applied to all skins */
@import url(http://fonts.googleapis.com/css?family=Chango);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
@import url(http://fonts.googleapis.com/css?family=Raleway);
#content { font-family: Raleway,"Helvetica Neue",helvetica,sans-serif;}
h1 { font-family: Chango,"Helvetica Neue",helvetica,sans-serif;}
h2, h3, h4, h5, h6 { font-family: "Droid Serif","Helvetica Neue",helvetica,sans-serif;}
.tocnumber { display: none; }