MediaWiki:Common.css: Difference between revisions

Project Herzl (talk | contribs)
Created page with "CSS placed here will be applied to all skins: body { font-family: 'Calibri', sans-serif; }"
 
Project Herzl (talk | contribs)
Undo revision 3855 by Project Herzl (talk) change back to black
Tag: Undo
 
(12 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 */
body {
Body {
  font-family: 'Calibri', sans-serif;
font-family: "Times New Roman", Times, serif;
}
}