Difference between revisions of "MediaWiki:Common.css"

From NewlyPossible.org
Line 12: Line 12:
 
#content h1,  
 
#content h1,  
 
#content h2 {
 
#content h2 {
   font-family: "Lexend+Deca";
+
   font-family: "Lexend Deca";
 
}
 
}

Revision as of 15:48, 21 February 2021

/* CSS placed here will be applied to all skins */

@import url('https://fonts.googleapis.com/css2?family=Capriola&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap');

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

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