MediaWiki:Common.css

From Nguhcraft Wiki
Revision as of 17:31, 19 August 2024 by Annwan (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.
@import url('https://fonts.googleapis.com/css2?family=Andika:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
	font-family: Laevanaak;
	src: url(https://mc.nguh.org/w/images/9/9d/LaenavaakModern-Regular.ttf) format("truetype");
}
@font-face {
	font-family: Nahan;
	src: url(https://mc.nguh.org/w/images/6/60/Nahan-Regular.ttf) format("truetype");
}

/** Justified text w/ hyphenation. */
.vector-body p {
	text-align: justify;
	hyphens: auto;
}

.script-laevanaak {
	font-family: Laevanaak;
}

.script-nahan {
	font-family: Nahan;
	font-size: 150%;
}