Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
#ca-viewsource { display:none!important; } | #ca-viewsource { display:none!important; } | ||
#ca-history { display:none!important; } | #ca-history { display:none!important; } | ||
| + | |||
| + | @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 Sans", sans-serif} | ||
| + | /* changes the default font used for MediaWiki headings to Noto Sans */ | ||
Latest revision as of 19:29, 23 September 2018
/* CSS placed here will be applied to all skins */
#ca-viewsource { display:none!important; }
#ca-history { display:none!important; }
@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 Sans", sans-serif}
/* changes the default font used for MediaWiki headings to Noto Sans */