Changes

Jump to navigation Jump to search
372 bytes added ,  10:55, 20 October 2018
no edit summary
Line 1: Line 1:  
/* Reset italic styling set by user agent */
 
/* Reset italic styling set by user agent */
 +
@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 */
 +
 
cite, dfn {
 
cite, dfn {
 
     font-style: inherit;
 
     font-style: inherit;
Bureaucrats, private-view, public-view, Administrators
97,692

edits

Navigation menu