Difference between revisions of "MediaWiki:Common.css"

Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: @import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif") body {font-family: "Noto Sans", sans-serif} /*...")
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
+
body {font-family: "Verdana", Tahoma}
@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif")
 
  
body {font-family: "Noto Sans", sans-serif}
+
div#content h1, div#content h2 {font-family: "Verdana", Tahoma}
/* 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 20:42, 1 October 2019

body {font-family: "Verdana", Tahoma}

div#content h1, div#content h2 {font-family: "Verdana", Tahoma}