Difference between revisions of "MediaWiki:Common.css"
From Rare Gaming Dump
Line 3: | Line 3: | ||
/* Fonts */ | /* Fonts */ | ||
− | @import url("https://fonts.googleapis.com/css?family= | + | @import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif") |
− | font-family: " | + | body {font-family: "Noto Sans", sans-serif} |
+ | /* changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text) */ | ||
+ | |||
+ | div#content h1, div#content h2 {font-family: "Noto Serif", serif} | ||
+ | /* changes the default font used for MediaWiki headings to Noto Serif */ |
Revision as of 16:10, 2 September 2018
/* CSS placed here will be applied to all skins */ /* Fonts */ @import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif") body {font-family: "Noto Sans", sans-serif} /* changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text) */ div#content h1, div#content h2 {font-family: "Noto Serif", serif} /* changes the default font used for MediaWiki headings to Noto Serif */