All Projects → andrewgioia → Keyrune

andrewgioia / Keyrune

Licence: other
Magic: the Gathering set symbol pictographic font

Projects that are alternatives of or similar to Keyrune

Svgtofont
Read a set of SVG icons and ouput a TTF/EOT/WOFF/WOFF2/SVG font.
Stars: ✭ 149 (-45.22%)
Mutual labels:  font, icons, icon-font
Coreui Icons
CoreUI Free Icons - Premium designed free icon set with marks in SVG, Webfont and raster formats
Stars: ✭ 1,813 (+566.54%)
Mutual labels:  font, icons, icon-font
Awesome Stock Resources
🌇 A collection of links for free stock photography, video and Illustration websites
Stars: ✭ 10,162 (+3636.03%)
Mutual labels:  font, icons, icon-font
Fork Awesome
A fork of the iconic font and CSS toolkit
Stars: ✭ 878 (+222.79%)
Mutual labels:  icons, icon-font, less
Fontisto
The iconic font and CSS toolkit. Fontisto gives you scalable vector icons that can instantly be customized: size, color, drop shadow and anything that can be done with the power of CSS.
Stars: ✭ 413 (+51.84%)
Mutual labels:  font, icon-font, less
Openwebicons
A font!
Stars: ✭ 835 (+206.99%)
Mutual labels:  font, icons, icon-font
Academicons
An icon font for academics
Stars: ✭ 541 (+98.9%)
Mutual labels:  font, icons, icon-font
Govicons
🇺🇸 US Government themed icons and CSS toolkit
Stars: ✭ 60 (-77.94%)
Mutual labels:  font, icons, less
Simple Line Icons
Simple and Minimal Line Icons
Stars: ✭ 1,815 (+567.28%)
Mutual labels:  font, icons
Webfont
Awesome generator of webfont
Stars: ✭ 170 (-37.5%)
Mutual labels:  font, icons
Micon
Micon, The iconic windows 10 font and CSS toolkit.
Stars: ✭ 182 (-33.09%)
Mutual labels:  font, icons
Yii2 Fontawesome
Asset Bundle for Yii2 with Font Awesome http://fortawesome.github.io/Font-Awesome/
Stars: ✭ 149 (-45.22%)
Mutual labels:  font, icons
Font Awesome
The iconic SVG, font, and CSS toolkit
Stars: ✭ 66,937 (+24509.19%)
Mutual labels:  font, icons
Font Awesome Stylus
Stylus port for font-awesome 4.7.0
Stars: ✭ 77 (-71.69%)
Mutual labels:  font, icons
Svelte Awesome
Awesome SVG icon component for Svelte JS, built with Font Awesome icons. Based on Justineo/vue-awesome
Stars: ✭ 193 (-29.04%)
Mutual labels:  font, icons
fontagon
Fontagon is a great tool that easily converts svg into icon font. Fontagon-cli allows faster conversion to commands.
Stars: ✭ 18 (-93.38%)
Mutual labels:  font, icon-font
Eficonfont
Yet another stupid wrapper of icon font.
Stars: ✭ 200 (-26.47%)
Mutual labels:  font, icon-font
microns
The universal icon set for user interfaces.
Stars: ✭ 58 (-78.68%)
Mutual labels:  font, icons
rofi-fontawesome
fontawesome icon list for rofi dmenu
Stars: ✭ 58 (-78.68%)
Mutual labels:  font, icons
GoogleMD-Icons
Google Material Design Icons Library
Stars: ✭ 14 (-94.85%)
Mutual labels:  font, icons

Keyrune v3.7.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/[email protected]/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/[email protected]/fonts/keyrune.eot');
  src: url('//cdn.jsdelivr.net/npm/format('embedded-opentype'),
    url('//cdn.jsdelivr.net/npm/[email protected]/fonts/keyrune.woff2') format('woff2'),
    url('//cdn.jsdelivr.net/npm/[email protected]/fonts/keyrune.woff') format('woff'),
    url('//cdn.jsdelivr.net/npm/[email protected]/fonts/keyrune.ttf') format('truetype'),
    url('//cdn.jsdelivr.net/npm/[email protected]/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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].