Difference between revisions of "MediaWiki:Common.css"

From NewlyPossible.org
Line 3: Line 3:
 
@import url('https://fonts.googleapis.com/css2?family=Capriola&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Capriola&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap');
 +
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500z|Raleway500&display=swap');
  
 
/* Change the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
 
/* Change the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
Line 12: Line 13:
 
#content h1,  
 
#content h1,  
 
#content h2 {
 
#content h2 {
   font-family: "Lexend Deca";
+
   font-family: "Raleway500";
 
}
 
}

Revision as of 15:53, 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');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500z|Raleway500&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: "Raleway500";
}