Difference between revisions of "MediaWiki:Common.css"

From epsciwiki
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
/*
 
font-family: 'Baloo Bhai 2', cursive;
 
font-family: 'Righteous', cursive;
 
*/
 
<style>
 
 
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@500&family=Righteous&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@500&family=Righteous&display=swap');
</style>
+
 
 +
 
 +
.baloo {font-family: 'Baloo Bhai 2', cursive;}
 +
.righteous {font-family: 'Righteous', cursive;}

Revision as of 18:22, 8 April 2020

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

@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@500&family=Righteous&display=swap');


.baloo {font-family: 'Baloo Bhai 2', cursive;}
.righteous {font-family: 'Righteous', cursive;}