User:Mip/vector.css: Difference between revisions

From miki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:


/* Set the overall font size for body, overriding browser settings */
/* Set the overall font size for body, overriding browser settings */
/* Set the font to Helvetica Neue, or fall back to Liberation Sans, which is really nice */
body {
body {
font-family:"Helvetica Neue, Helvetica, Liberation Sans, Arial, sans-serif";
font-size: 11pt;
font-size: 11pt;
}
}

Revision as of 17:16, 1 December 2016

/* Override the default font-size: 0.8em in default Vector CSS */
#bodyContent {
    font-size: 1.0em;
}

/* Set the overall font size for body, overriding browser settings */
/* Set the font to Helvetica Neue, or fall back to Liberation Sans, which is really nice */
body {
    font-family:"Helvetica Neue, Helvetica, Liberation Sans, Arial, sans-serif";
    font-size: 11pt;
}