MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: * (font-family: baloo-2)") |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@import url('https://fonts.googleapis.com/css2?family=Baloo+2&display=swap'); | |||
body { | |||
font-family: "Baloo 2"; | |||
} |
Revision as of 14:39, 17 March 2022
/* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=Baloo+2&display=swap'); body { font-family: "Baloo 2"; }