MediaWiki:Common.css: Difference between revisions

From SimDemocracy Archives
No edit summary
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 */
body {
body {
   font-family: "Helvetica", Helvetica, sans-serif;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-size: 16px;
}
}

Latest revision as of 08:23, 8 March 2025

/* CSS placed here will be applied to all skins */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}