Difference between revisions of "MediaWiki:Common.css"

From NeuroRehab.wiki

Line 10: Line 10:
#content h1,  
#content h1,  
#content h2 {
#content h2 {
   color: #79589F;
   color: #79589f;
   font-family: "Zen Maru Gothic", sans-serif;
   font-family: "Zen Maru Gothic", sans-serif;
}
}

Revision as of 11:15, 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 {
  color: #79589f;
  font-family: "Zen Maru Gothic", sans-serif;
}