MediaWiki:Common.css

From NeuroRehab.wiki

Revision as of 11:15, 8 April 2022 by User (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
@import url( 'https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');

/* Changes the default font used for MediaWiki to Zen Maru Gothic (does not include headings or monospaced text): */
body {
  font-family: "Zen Maru Gothic", sans-serif;
}

/* Changes the default font used for MediaWiki headings to Zen Maru Gothic: */
#content h1, 
#content h2 {
  color: #79589f;
  font-family: "Zen Maru Gothic", sans-serif;
}