MediaWiki

Difference between revisions of "Common.css"

From MEDS Wiki

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=Montserrat|Montserrat+sans-serif")
 
@import url("https://fonts.googleapis.com/css?family=Montserrat|Montserrat+sans-serif")
  

Revision as of 17:16, 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) */

nav {font-family: 'Montserrat', sans-serif}
/* changes the default font used for MediaWiki to Noto Sans (does include headings) */

/* div#content h1, div#content h2, div#content p, div#top-bar li {font-family: 'Montserrat', sans-serif}
/* changes the default font used for MediaWiki headings to Montserrat sans serif */