Difference between revisions of "MediaWiki:Common.css"

From NeuroRehab.wiki

Line 5: Line 5:
body {
body {
   font-family: "Zen Maru Gothic", sans-serif;
   font-family: "Zen Maru Gothic", sans-serif;
  font-size: large;
}
}



Revision as of 13:30, 24 December 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;
  font-size: large;
}

/* 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;
}