diff --git a/bower_components/keyrune/README.md b/bower_components/keyrune/README.md deleted file mode 100644 index b9c82b1..0000000 --- a/bower_components/keyrune/README.md +++ /dev/null @@ -1,33 +0,0 @@ -# Keyrune v0.1 - -## The Magic: the Gathering set symbol font! - -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](http://fontawesome.io) using the `` element. Class name codes are based on the expansion codes from [MTG JSON](http://mtgjson.com). - -To use Keyrune, move the font files to your `/fonts` directory and include the keyrune.css stylesheet in your ``: - -```html - -``` - -## Editing the Source - -Feel free to edit the source files and compile Keyrune to fit your needs. Currently LESS is supported, with Sass coming soon. - -## License - -All set symbol images are copyright Wizards of the Coast ([http://magicthegathering.com](http://magicthegathering.com)) - -The Keyrune font is licensed under the the SIL OFL 1.1 ([http://scripts.sil.org/OFL](http://scripts.sil.org/OFL)) - -Keyrune CSS, LESS, and Sass files are licensed under the MIT License ([http://opensource.org/licenses/mit-license.html](http://opensource.org/licenses/mit-license.html)) - -Attribution is **greatly appreciated** but not required! - -## Changelog - -* v0.1 - initial font creation and CSS/LESS files for all sets up to Fate Reforged diff --git a/bower_components/keyrune/bower.json b/bower_components/keyrune/bower.json new file mode 100644 index 0000000..2ba453c --- /dev/null +++ b/bower_components/keyrune/bower.json @@ -0,0 +1,19 @@ +{ + "name": "keyrune", + "description": "Keyrune", + "version": "0.1", + "keywords": [], + "homepage": "http://andrewgioia.com", + "dependencies": {}, + "devDependencies": {}, + "license": ["OFL-1.1", "MIT"], + "main": [ + "./css/keyrune.css", + "./fonts/*" + ], + "ignore": [ + "*/.*", + "*.json", + "*.md" + ] +} diff --git a/javascripts/scale.fix.js b/javascripts/scale.fix.js deleted file mode 100644 index 87a40ca..0000000 --- a/javascripts/scale.fix.js +++ /dev/null @@ -1,17 +0,0 @@ -var metas = document.getElementsByTagName('meta'); -var i; -if (navigator.userAgent.match(/iPhone/i)) { - for (i=0; i