Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: <style> @import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@500&family=Righteous&display=swap'); </style>") |
|||
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> | <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> | </style> |
Revision as of 17:51, 8 April 2020
/* 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');
</style>