User:Mip/vector.css

From miki
Revision as of 17:17, 1 December 2016 by Mip (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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 Liberation Sans, which is really nice */
body {
    font-family: Liberation Sans, Arial, sans-serif;
    font-size: 11pt;
}