MediaWiki:Common.css: Difference between revisions
add font again, it is broken |
make font bigger |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
Body { | |||
font-family: "Times New Roman", Times, serif; | |||
font-size: 22px; /* Increase from the default ~14px */ | |||
line-height: 1.6; /* Optional: improves readability */ | |||
} | } |