User:Fifo F/common.css

From Not a Wiki
Revision as of 19:28, 2 June 2023 by Fifo F (talk | contribs) (1 revision imported: Recovering from a mess-up)

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.
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* I’m a typography guy ;) */
#article, #bodyContent, #mw_content {
    hyphens: auto; font-kerning: auto;
}

body { font-family: Lato; }

/* Style VisualEditor popups too */
.ve-ui-overlay { font-family: inherit; }