MediaWiki:Common.css: Difference between revisions

m Trying to increase font size again.
m Trying in body tag.
Line 4: Line 4:
body {
body {
     font-family: "Alegreya Sans", serif;
     font-family: "Alegreya Sans", serif;
}
    font-size: 1.2em;
 
/* Bring the text to 14px */
#mw-content-text {
font-size: 1.5em;
}
}