diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..157f2ed --- /dev/null +++ b/bower.json @@ -0,0 +1,25 @@ +{ + "name": "Keyrune Documentation", + "homepage": "https://github.com/andrewgioia/Keyrune", + "authors": [ + "Andrew Gioia " + ], + "description": "Keyrune documentation and examples website", + "main": "index.html", + "moduleType": [], + "keywords": [ + "Keyrune" + ], + "license": "MIT", + "private": true, + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "keyrune": "*" + } +} diff --git a/bower_components/keyrune/.bower.json b/bower_components/keyrune/.bower.json new file mode 100644 index 0000000..a1bed0e --- /dev/null +++ b/bower_components/keyrune/.bower.json @@ -0,0 +1,43 @@ +{ + "name": "keyrune", + "homepage": "http://andrewgioia.github.io/Keyrune", + "authors": [ + "Andrew Gioia " + ], + "description": "Magic: the Gathering set symbol pictographic font", + "main": [ + "css/keyrune.css" + ], + "keywords": [ + "keyrune", + "mtg", + "set", + "set symbol", + "set code", + "magic", + "gathering", + "font" + ], + "dependencies": {}, + "devDependencies": {}, + "license": [ + "OFL-1.1", + "MIT" + ], + "ignore": [ + "*/.*", + "*.json", + "*.md", + "node_modules", + "bower_components" + ], + "_release": "ea9bf7ae22", + "_resolution": { + "type": "branch", + "branch": "master", + "commit": "ea9bf7ae22bf1194d4dc67961907e0d6834d2235" + }, + "_source": "git://github.com/andrewgioia/keyrune.git", + "_target": "*", + "_originalSource": "keyrune" +} \ No newline at end of file diff --git a/bower_components/keyrune/bower.json b/bower_components/keyrune/bower.json index fd694db..3414579 100644 --- a/bower_components/keyrune/bower.json +++ b/bower_components/keyrune/bower.json @@ -1,7 +1,7 @@ { "name": "keyrune", "homepage": "http://andrewgioia.github.io/Keyrune", - "version": "1.4.3", + "version": "1.5.0", "authors": [ "Andrew Gioia " ], diff --git a/bower_components/keyrune/css/keyrune.css b/bower_components/keyrune/css/keyrune.css index af941df..f853011 100755 --- a/bower_components/keyrune/css/keyrune.css +++ b/bower_components/keyrune/css/keyrune.css @@ -2,8 +2,8 @@ * Global */ @font-face { font-family: 'Keyrune'; - src: url('../fonts/keyrune.eot?v=1.4.3'); - src: url('../fonts/keyrune.eot?#iefix&v=1.4.3') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=1.4.3') format('woff2'), url('../fonts/keyrune.woff?v=1.4.3') format('woff'), url('../fonts/keyrune.ttf?v=1.4.3') format('truetype'), url('../fonts/keyrune.svg?v=1.4.3#keyrune') format('svg'); + src: url('../fonts/keyrune.eot?v=1.5'); + src: url('../fonts/keyrune.eot?#iefix&v=1.5') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=1.5') format('woff2'), url('../fonts/keyrune.woff?v=1.5') format('woff'), url('../fonts/keyrune.ttf?v=1.5') format('truetype'), url('../fonts/keyrune.svg?v=1.5#keyrune') format('svg'); font-weight: normal; font-style: normal; } @@ -394,6 +394,13 @@ .ss-bfz:before { content: "\e699"; } +.ss-ogw:before { + content: "\e901"; +} +/* Return to Innistrad Block */ +.ss-soi:before { + content: "\e902"; +} /** * Command Zone */ .ss-van:before { diff --git a/bower_components/keyrune/fonts/keyrune.eot b/bower_components/keyrune/fonts/keyrune.eot index e4ec553..07e3695 100755 Binary files a/bower_components/keyrune/fonts/keyrune.eot and b/bower_components/keyrune/fonts/keyrune.eot differ diff --git a/bower_components/keyrune/fonts/keyrune.svg b/bower_components/keyrune/fonts/keyrune.svg index 427613b..e005606 100755 --- a/bower_components/keyrune/fonts/keyrune.svg +++ b/bower_components/keyrune/fonts/keyrune.svg @@ -163,4 +163,6 @@ + + \ No newline at end of file diff --git a/bower_components/keyrune/fonts/keyrune.ttf b/bower_components/keyrune/fonts/keyrune.ttf index 548ac64..9d3fa23 100755 Binary files a/bower_components/keyrune/fonts/keyrune.ttf and b/bower_components/keyrune/fonts/keyrune.ttf differ diff --git a/bower_components/keyrune/fonts/keyrune.woff b/bower_components/keyrune/fonts/keyrune.woff index 9b2ba88..2ca7cc6 100755 Binary files a/bower_components/keyrune/fonts/keyrune.woff and b/bower_components/keyrune/fonts/keyrune.woff differ diff --git a/bower_components/keyrune/fonts/keyrune.woff2 b/bower_components/keyrune/fonts/keyrune.woff2 index 443beb3..465ca9b 100755 Binary files a/bower_components/keyrune/fonts/keyrune.woff2 and b/bower_components/keyrune/fonts/keyrune.woff2 differ diff --git a/bower_components/keyrune/less/icons.less b/bower_components/keyrune/less/icons.less index 48367c6..4022297 100644 --- a/bower_components/keyrune/less/icons.less +++ b/bower_components/keyrune/less/icons.less @@ -117,6 +117,9 @@ .@{ss-prefix}-dtk:before { content: "\e693"; } // Dragons of Tarkir /* Return to Zendikar Block */ .@{ss-prefix}-bfz:before { content: "\e699"; } // Battle for Zendikar +.@{ss-prefix}-ogw:before { content: "\e901"; } // Oath of the Gatewatch +/* Return to Innistrad Block */ +.@{ss-prefix}-soi:before { content: "\e902"; } // Shadows Over Innistrad /** * Command Zone */ diff --git a/bower_components/keyrune/less/variables.less b/bower_components/keyrune/less/variables.less index 4ea0f62..89b6840 100644 --- a/bower_components/keyrune/less/variables.less +++ b/bower_components/keyrune/less/variables.less @@ -2,6 +2,6 @@ * Global */ @ss-font-path: '../fonts'; -@ss-version: '1.4.3'; +@ss-version: '1.5'; @ss-font-size-base: 14px; @ss-prefix: ss; diff --git a/cheatsheet.html b/cheatsheet.html index 8ed270c..e8c0afd 100644 --- a/cheatsheet.html +++ b/cheatsheet.html @@ -154,6 +154,7 @@ ss-nms  ss-nph  ss-ody  + ss-ogw  ss-ons  ss-ori  ss-pc2  @@ -172,6 +173,7 @@ ss-s99  ss-scg  ss-shm  + ss-soi  ss-sok  ss-som  ss-sth  diff --git a/icons.html b/icons.html index 83a2557..d8fc442 100644 --- a/icons.html +++ b/icons.html @@ -34,7 +34,7 @@ Download -

Complete 156 Magic set symbol font icons

+

Complete 158 Magic set symbol font icons

@@ -42,9 +42,9 @@

- View the full list of 156 set and expansion symbols below, + View the full list of 158 set and expansion symbols below, for all sets and special edition products up to - Commander 2015. To use the symbols + Shadows Over Innistrad. To use the symbols on your desktop or just get the vectors, check out the Cheatsheet.

@@ -321,6 +321,12 @@
Battle for Zendikar (bfz)
+
+ Oath of the Gatewatch (ogw) +
+
+ Shadows Over Innistrad (soi) +
diff --git a/index.html b/index.html index faf1c1b..d76ea3d 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,7 @@

- Current version 1.4.2 includes all sets to Commander 2015. + Current version 1.5 includes all sets to Shadows Over Innistrad.