MediaWiki

Difference between revisions of "Common.css"

From MEDS Wiki

Line 5: Line 5:
 
/* 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, div#content p, div#content a {font-family: 'Montserrat', sans-serif}
+
div#content h1, div#content h2, div#content p, div#navwrapper ul {font-family: 'Montserrat', sans-serif}
 
/* changes the default font used for MediaWiki headings to Montserrat sans serif */
 
/* changes the default font used for MediaWiki headings to Montserrat sans serif */

Revision as of 17:06, 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, div#content p, div#navwrapper ul {font-family: 'Montserrat', sans-serif}
/* changes the default font used for MediaWiki headings to Montserrat sans serif */