473
edits
| Line 1: | Line 1: | ||
| @import url( 'https://use.typekit.net/icj2jcr.css'); | @import url( 'https://use.typekit.net/icj2jcr.css'); | ||
| /* Changes the default font used for MediaWiki to  | /* Changes the default font used for MediaWiki to Sofia Pro (does not include headings or monospaced text): */ | ||
| body { | body { | ||
|    font-family: "Sofia Pro |    font-family: "Sofia Pro", sans-serif; | ||
| } | } | ||
| /* Changes the default font used for MediaWiki headings to  | /* Changes the default font used for MediaWiki headings to Sofia Pro */ | ||
| #content h1,   | #content h1,   | ||
| #content h2 { | #content h2 { | ||
|    font-family: "Sofia Pro |    font-family: "Sofia Pro", sans-serif; | ||
| } | } | ||
| /* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||