Difference between revisions of "MediaWiki:Erudite.css"
Sparkletwist (talk | contribs) (Created page with "body { font-family: Helvetica, sans-serif; }") |
Sparkletwist (talk | contribs) |
||
Line 1: | Line 1: | ||
body { | body { | ||
font-family: Helvetica, sans-serif; | font-family: Helvetica, sans-serif; | ||
+ | } | ||
+ | |||
+ | /* Set font for headings and navigation */ | ||
+ | h1, h2, h3, h4, h5, h6, .entry-meta, #menu, #footer-wrap { | ||
+ | font-family: Times New Roman, serif; | ||
} | } |
Revision as of 13:20, 20 September 2020
body { font-family: Helvetica, sans-serif; } /* Set font for headings and navigation */ h1, h2, h3, h4, h5, h6, .entry-meta, #menu, #footer-wrap { font-family: Times New Roman, serif; }