Difference between revisions of "MediaWiki:Common.css"

From NeuroRehab.wiki

Tag: Reverted
Tag: Manual revert
Line 1: Line 1:
<!DOCTYPE html>
<html>
<head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2115506814747739"
    crossorigin="anonymous"></script>
<style>
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import url( 'https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');
@import url( 'https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');
Line 20: Line 14:
   font-family: "Zen Maru Gothic", sans-serif;
   font-family: "Zen Maru Gothic", sans-serif;
}
}
</style>
</head>
<body>
</body>
</html>

Revision as of 09:12, 21 January 2023

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