MediaWiki

Difference between revisions of "Common.css"

From MEDS Wiki

(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 */
 
/* CSS placed here will be applied to all skins */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif")
+
@import url("https://fonts.googleapis.com/css?family=Montserrat|Montserrat+sans-serif")
  
body {font-family: "Noto Sans", sans-serif}
+
body {font-family: 'Montserrat', 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: 'Montserrat', sans-serif}
/* changes the default font used for MediaWiki headings to Noto Serif */
+
/* changes the default font used for MediaWiki headings to Montserrat sans serif */

Revision as of 16:38, 22 May 2019

/* CSS placed here will be applied to all skins */
@import url("https://fonts.googleapis.com/css?family=Montserrat|Montserrat+sans-serif")

body {font-family: 'Montserrat', 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: 'Montserrat', sans-serif}
/* changes the default font used for MediaWiki headings to Montserrat sans serif */