User:Fredg999/common.css

From Xenharmonic Wiki
Revision as of 02:46, 4 January 2023 by Fredg999 (talk | contribs) (HEJI2Text support)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* use HEJI2Text font if class="heji" */
@font-face {
   font-family: HEJI2Text;
   src: url(https://plainsound.org/fonts/HEJI2Text.otf);
}
.heji {
   font-family: HEJI2Text;
}