Jump to content

MediaWiki:Global.css

From Continuum Universes Wiki
Revision as of 11:49, 21 March 2025 by Cdjensen94 (talk | contribs) (Replaced content with " @import url('https://fonts.googleapis.com/css2?family=Bona+Nova:ital,wght@0,400;0,700;1,400&family=Metamorphous&display=swap'); .bona-nova-regular { font-family: "Bona Nova", serif; font-weight: 400; font-style: normal; } .bona-nova-bold { font-family: "Bona Nova", serif; font-weight: 700; font-style: normal; } .bona-nova-regular-italic { font-family: "Bona Nova", serif; fo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
	@import url('https://fonts.googleapis.com/css2?family=Bona+Nova:ital,wght@0,400;0,700;1,400&family=Metamorphous&display=swap');
    .bona-nova-regular {
        font-family: "Bona Nova", serif;
        font-weight: 400;
        font-style: normal;
    }
    
    .bona-nova-bold {
        font-family: "Bona Nova", serif;
        font-weight: 700;
        font-style: normal;
    }
    
    .bona-nova-regular-italic {
        font-family: "Bona Nova", serif;
        font-weight: 400;
        font-style: italic;
    }
    
    .metamorphous-regular {
        font-family: "Metamorphous", serif;
        font-weight: 600;
        font-style: normal;
    }