Anonymous

Changes

From Rare Gaming Dump
7 bytes removed ,  16:15, 2 September 2018
no edit summary
Line 3: Line 3:  
/* Fonts */
 
/* Fonts */
   −
@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif")
+
@import url("https://fonts.googleapis.com/css?family=Open+Sans")
   −
body {font-family: "Noto Sans", sans-serif}
+
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: "Noto Serif", serif}
+
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 */