MediaWiki:Common.css: Difference between revisions

m change font family to be more legible
m bump up text size a bit more
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/*Set font to be more legible.*/
/*Set font to be more legible.*/
body{
body {
   font-family: "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, Helvetica, sans-serif;
   font-family:"Gill Sans Nova",Ubuntu,Calibri,"DejaVu Sans",source-sans-pro,Helvetica,sans-serif;
  font-size:1.2rem;
}
}
/*see more collapsible in incomplete template*/
/*see more collapsible in incomplete template*/