Difference between revisions of "MediaWiki:Common.css"

From NewlyPossible.org
Line 6: Line 6:
  
 
/* Default fonts */
 
/* Default fonts */
 +
 +
p-banner {
 +
  font-family: "Capriola";
 +
}
 +
 
body {
 
body {
 
   font-family: "Noto Sans", sans-serif;
 
   font-family: "Noto Sans", sans-serif;

Revision as of 16:08, 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&display=swap');

/* Default fonts */

p-banner {
  font-family: "Capriola";
}

body {
  font-family: "Noto Sans", sans-serif;
}

#content h1, 
#content h2 {
  font-family: "Raleway500:wght@500z";
}