473
edits
| Line 2: | Line 2: | ||
| /* Changes the default font used for MediaWiki to Sofia Pro (does not include headings or monospaced text): */ | /* Changes the default font used for MediaWiki to Sofia Pro (does not include headings or monospaced text): */ | ||
| body { | body { | ||
|    font-family: " |    font-family: "sofia-pro", sans-serif; | ||
| } | } | ||
| /* Changes the default font used for MediaWiki headings to Sofia Pro */ | /* Changes the default font used for MediaWiki headings to Sofia Pro */ | ||
| #content h1,   | #content h1,   | ||
| #content h2 { | #content h2 { | ||
|    font-family: " |    font-family: "sofia-pro" sans-serif; | ||
| } | } | ||
| /* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||