MediaWiki:Common.css: Difference between revisions

Project Herzl (talk | contribs)
add font again, it is broken
Project Herzl (talk | contribs)
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 */
.mw-body-content, #mw-content-text, .mw-parser-output {
Body {
  font-family: 'EB Garamond', serif !important;
font-family: "Times New Roman", Times, serif;
font-size: 22px; /* Increase from the default ~14px */
line-height: 1.6; /* Optional: improves readability */
}
}