Difference between revisions of "MediaWiki:Common.css"

From Public Play Space Community
Line 1: Line 1:
@import url( 'https://fonts.googleapis.com/css?family=Bebas+Neue|Muli:ital ')
@import url( 'https://fonts.googleapis.com/css?family=Bebas+Neue|Muli:ital|Muli:Regular|Muli:Bold')
 
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
body {
  font-family: "Muli", normal;
}
 
/* Changes the default font used for MediaWiki headings to Noto Serif: */
#content h1,
#content h2 {
  font-family: "Bebas Neue";
}

Revision as of 12:07, 31 March 2020

@import url( 'https://fonts.googleapis.com/css?family=Bebas+Neue|Muli:ital|Muli:Regular|Muli:Bold')

/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
body {
  font-family: "Muli", normal;
}

/* Changes the default font used for MediaWiki headings to Noto Serif: */
#content h1, 
#content h2 {
  font-family: "Bebas Neue";
}