MediaWiki:Common.css: Difference between revisions

From RoboCo
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


body {
body {
   font-family: "Baloo 2";
   font-family: "Baloo 2", Regular 400;
}
}

Revision as of 14:40, 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", Regular 400;
}