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)
test times sherif
Tag: Reverted
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;
}
}