Adding Battle for Zendikar

This commit is contained in:
Andrew Gioia 2015-09-18 15:13:39 -04:00
parent 19323d2ae4
commit 39f2ee9b47
10 changed files with 14 additions and 70 deletions

View File

@ -1,4 +1,4 @@
# Keyrune v1.3.1
# Keyrune v1.4.0
## The Magic: the Gathering set symbol font!
@ -43,7 +43,8 @@ Attribution is **greatly appreciated** but not required!
* v1.2.0 - Cheatsheet added to documentation site; variables changed in LESS files to be Keyrune specific
* v1.3.0 - Magic Origins icon added
* v1.3.1 - Duel Decks: Zendikar v. Eldrazi added
* v1.4.0 - Battle for Zendikar added
## Todo
* Add Battle for Zendikar
* Nothing yet!

View File

@ -2,8 +2,8 @@
* Global */
@font-face {
font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=1.3.1');
src: url('../fonts/keyrune.eot?#iefix&v=1.3.1') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=1.3.1') format('woff2'), url('../fonts/keyrune.woff?v=1.3.1') format('woff'), url('../fonts/keyrune.ttf?v=1.3.1') format('truetype'), url('../fonts/keyrune.svg?v=1.3.1#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=1.4.0');
src: url('../fonts/keyrune.eot?#iefix&v=1.4.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=1.4.0') format('woff2'), url('../fonts/keyrune.woff?v=1.4.0') format('woff'), url('../fonts/keyrune.ttf?v=1.4.0') format('truetype'), url('../fonts/keyrune.svg?v=1.4.0#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
@ -386,6 +386,10 @@
.ss-dtk:before {
content: "\e693";
}
/* Return to Zendikar Block */
.ss-bfz:before {
content: "\e600";
}
/**
* Command Zone */
.ss-van:before {

2
css/keyrune.min.css vendored

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 219 KiB

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -115,6 +115,8 @@
.@{ss-prefix}-ktk:before { content: "\e653"; } // Khans of Tarkir
.@{ss-prefix}-frf:before { content: "\e654"; } // Fate Reforged
.@{ss-prefix}-dtk:before { content: "\e693"; } // Dragons of Tarkir
/* Return to Zendikar Block */
.@{ss-prefix}-bfz:before { content: "\e600"; } // Battle for Zendikar
/**
* Command Zone */

View File

@ -2,6 +2,6 @@
* Global */
@ss-font-path: '../fonts';
@ss-version: '1.3.1';
@ss-version: '1.4.0';
@ss-font-size-base: 14px;
@ss-prefix: ss;