Difference between revisions of "MediaWiki:Common.css"

From NeuroRehab.wiki

(Changed font)
 
Line 11: Line 11:
#content h2 {
#content h2 {
   font-family: "Zen Maru Gothic", sans-serif;
   font-family: "Zen Maru Gothic", sans-serif;
  color: #79589F;
}
}

Revision as of 11:11, 8 April 2022

/* 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 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #79589F;
}