MediaWiki:Erudite.css: Difference between revisions
From Riverview Legal Group
Access restrictions were established for this page. If you see this message, you have no access to this page.
(Created page with "→Set font for body text: body { font-family: Helvetica, sans-serif; } →Set font for headings and navigation: h1, h2, h3, h4, h5, h6, .entry-meta, #menu, #footer-wra...") |
(No difference)
|
Latest revision as of 01:28, 25 March 2023
/* Set font for body text */
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;
}