Magic: the Gathering set symbol pictographic font https://keyrune.andrewgioia.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Andrew Gioia 68ac63437f
Minor metadata fixes
5 days ago
css Adds SIR, SIS, MUL, and CMM set symbols (#202); adds LTR, LTC, and EA1 set symbols (#203); adds WOE, WOC, and WHO set symbols (#205); fixes March of the Machine typos (#204); and corrects the Y22 cheatsheet code (#200) 5 days ago
docs Minor metadata fixes 5 days ago
fonts Adds SIR, SIS, MUL, and CMM set symbols (#202); adds LTR, LTC, and EA1 set symbols (#203); adds WOE, WOC, and WHO set symbols (#205); fixes March of the Machine typos (#204); and corrects the Y22 cheatsheet code (#200) 5 days ago
less Adds SIR, SIS, MUL, and CMM set symbols (#202); adds LTR, LTC, and EA1 set symbols (#203); adds WOE, WOC, and WHO set symbols (#205); fixes March of the Machine typos (#204); and corrects the Y22 cheatsheet code (#200) 5 days ago
sass Adds SIR, SIS, MUL, and CMM set symbols (#202); adds LTR, LTC, and EA1 set symbols (#203); adds WOE, WOC, and WHO set symbols (#205); fixes March of the Machine typos (#204); and corrects the Y22 cheatsheet code (#200) 5 days ago
svg Adds symbols and SVGs for ONE, MOM, MAT, ONC, MOC, HBG, DMR, YDMU, and GN3; updates docs for same 4 months ago
.gitignore Incrementing the version and recompiling assets after final sass merge 7 years ago
CHANGELOG.md Adds SIR, SIS, MUL, and CMM set symbols (#202); adds LTR, LTC, and EA1 set symbols (#203); adds WOE, WOC, and WHO set symbols (#205); fixes March of the Machine typos (#204); and corrects the Y22 cheatsheet code (#200) 5 days ago
LICENSE.md Updating license for non-font files to GPL 4 years ago
README.md Adds SIR, SIS, MUL, and CMM set symbols (#202); adds LTR, LTC, and EA1 set symbols (#203); adds WOE, WOC, and WHO set symbols (#205); fixes March of the Machine typos (#204); and corrects the Y22 cheatsheet code (#200) 5 days ago
bower.json Adds SIR, SIS, MUL, and CMM set symbols (#202); adds LTR, LTC, and EA1 set symbols (#203); adds WOE, WOC, and WHO set symbols (#205); fixes March of the Machine typos (#204); and corrects the Y22 cheatsheet code (#200) 5 days ago
index.html Rename both Innistrads, and put them with the rest of the Standard sets 2 years ago
package-lock.json Updates docs to 3.7.1, moves documentation site to directory in master, adds back in the previous placeholder codes for KHM and STX backwards compatibility 3 years ago
package.json Adds SIR, SIS, MUL, and CMM set symbols (#202); adds LTR, LTC, and EA1 set symbols (#203); adds WOE, WOC, and WHO set symbols (#205); fixes March of the Machine typos (#204); and corrects the Y22 cheatsheet code (#200) 5 days ago

README.md

Keyrune v3.12.2

The Magic: the Gathering set symbol font!

Heads up: the documentation page has been moved to keyrune.andrewgioia.com!

Keyrune is the first suite of complete Magic: the Gathering expansion and set symbols as a pictographic font. You can use this font anywhere you want to display set symbols—in your MtG app or website, documents, card images, anything!

Usage

Each set symbol has its own font character. Display them in a manner similar to Font Awesome using the <i class="ss ss-exp"></i> element. Class name codes are based on the expansion codes from MTG JSON.

To use Keyrune via source, NPM, or Bower, move the font files to your /fonts directory and include the keyrune.css stylesheet in your <head>:

<link href="css/keyrune.css" rel="stylesheet" type="text/css" />

NEW: you can now include Keyrune via CDN thanks to the amazing jsDelivr project! To include the latest version, reference:

<link href="//cdn.jsdelivr.net/npm/keyrune@latest/css/keyrune.css" rel="stylesheet" type="text/css" />

Note: as of v3.1.1 (June 2017) the URL format for jsDelivr changed to the above. They still maintain backwards compatibility for everything prior to that but going forward please use the above URL. You no longer need to explicitly include the font-family via @font-face as well, but if you still would like to here is the css ruleset:

@font-face {
  font-family: 'Keyrune';
  src: url('//cdn.jsdelivr.net/npm/keyrune@latest/fonts/keyrune.eot');
  src: url('//cdn.jsdelivr.net/npm/keyrune@latest/fonts/keyrune.eot?#iefix') format('embedded-opentype'),
    url('//cdn.jsdelivr.net/npm/keyrune@latest/fonts/keyrune.woff2') format('woff2'),
    url('//cdn.jsdelivr.net/npm/keyrune@latest/fonts/keyrune.woff') format('woff'),
    url('//cdn.jsdelivr.net/npm/keyrune@latest/fonts/keyrune.ttf') format('truetype'),
    url('//cdn.jsdelivr.net/npm/keyrune@latest/fonts/keyrune.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

Editing the Source

Feel free to edit the source files and compile Keyrune to fit your needs. Both LESS and Sass are supported.

Using Keyrune on the Desktop

To copy Keyrune symbols into your desktop software (or access to vectors directly), go to the Cheatsheet on the documentation site, copy the character (not the unicode representation), and then paste it into your desktop application after installing keyrune.ttf.

If you're having trouble and want step-by-step instructions and a sample Word document to use, head on over to the documentation page!

License

All set symbol images are trademarks of Wizards of the Coast (http://magicthegathering.com). Please see the LICENSE.md file for a complete description of the licenses that Keyrune is distributed under. Public attribution is greatly appreciated but not required!

Changelog

The Changelog and todo items have been moved to a dedicated file, CHANGELOG.md.