Difference between revisions of "MediaWiki:Common.css"

From Public Play Space Community
Line 3: Line 3:
/* 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): */
body {
body {
   font-family: "Bebas Neue";
   font-family: "Bebas Neue", cursive;
}
}


Line 9: Line 9:
#content h1,  
#content h1,  
#content h2 {
#content h2 {
   font-family: "Bebas Neue";
   font-family: "Bebas Neue", cursive;
}
}

Revision as of 12:10, 31 March 2020

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

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

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