Toggle menu
517
2.5K
889
23.2K
Deadlock Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 06:45, 22 October 2024 by Sylphoid (talk | contribs) (adding comments and second font)

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.
/* Used for item header. The names and cost */
@font-face {
	font-family: "Retail Demo Bold";
	font-display: swap;
	src: url('/Special:FilePath/Retaildemo-bold.woff2') format('woff2');
}

/* Idk the difference between these two. Testing is in progress */
@font-face {
	font-family: "Retail Text Demo Bold";
	font-display: swap;
	src: url('/Special:FilePath/Retailtextdemo-bold.woff2') format('woff2');
}

.infobox-title.item-title {
	font-family:"Retail Demo Bold";
}

h1, h2 {
	font-family:"Retail Demo Bold", inherit;
}