MediaWiki:Common.css: Difference between revisions

readd
(oop)
(readd)
Line 3: Line 3:
/* Default font (excluding headings and monospaced text) */
/* Default font (excluding headings and monospaced text) */
body {
body {
   font-family: Verdana;
   font-family: verdana;
}
}


Line 9: Line 9:
#content h1,  
#content h1,  
#content h2 {
#content h2 {
   font-family: "Verdana", sans-serif;
   font-family: verdana;
}
}