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=Open+Sans") |
− | body {font-family: " | + | body {font-family: "Open Sans", sans-serif} |
/* changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text) */ | /* 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: " | + | div#content h1, div#content h2 {font-family: "Open Sans", sans-serif} |
/* changes the default font used for MediaWiki headings to Noto Serif */ | /* changes the default font used for MediaWiki headings to Noto Serif */ |
Revision as of 16:15, 2 September 2018
/* CSS placed here will be applied to all skins */ /* Fonts */ @import url("https://fonts.googleapis.com/css?family=Open+Sans") body {font-family: "Open 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: "Open Sans", sans-serif} /* changes the default font used for MediaWiki headings to Noto Serif */