Difference between revisions of "MediaWiki:Common.css"
From To Be A Christian, An Anglican Catechism
| Line 3: | Line 3: | ||
/* Everything */ | /* Everything */ | ||
* { | * { | ||
| − | font-family: Garamond, | + | font-family: Garamond, serif; |
} | } | ||
/* First h1 */ | /* First h1 */ | ||
.firstHeading, #firstHeading { | .firstHeading, #firstHeading { | ||
| − | font-family: Helvetica Neue, Helvetica, Arial; | + | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
color: #990000; | color: #990000; | ||
} | } | ||
Revision as of 23:55, 21 November 2014
/* CSS placed here will be applied to all skins */
/* Everything */
* {
font-family: Garamond, serif;
}
/* First h1 */
.firstHeading, #firstHeading {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #990000;
}