Adding Magic Origins

This commit is contained in:
Andrew Gioia 2015-07-06 17:01:29 -04:00
parent df13fffe47
commit 13a7e9ecb6
10 changed files with 164 additions and 158 deletions

View File

@ -1,4 +1,4 @@
# Keyrune v1.2.0
# Keyrune v1.3.0
## The Magic: the Gathering set symbol font!
@ -41,7 +41,8 @@ Attribution is **greatly appreciated** but not required!
* v1.0.2 - Modern Masters 2015 added
* v1.1.0 - Woff2 support added; Vintage Masters icon added
* v1.2.0 - Cheatsheet added to documentation site; variables changed in LESS files to be Keyrune specific
* v1.3.0 - Magic Origins icon added
## Todo
Nothing yet.
* Add next announced Dual Deck and Back to Zendikar

View File

@ -2,8 +2,8 @@
* Global */
@font-face {
font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=1.2.0');
src: url('../fonts/keyrune.eot?#iefix&v=1.2.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=1.2.0') format('woff2'), url('../fonts/keyrune.woff?v=1.2.0') format('woff'), url('../fonts/keyrune.ttf?v=1.2.0') format('truetype'), url('../fonts/keyrune.svg?v=1.2.0#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=1.3.0');
src: url('../fonts/keyrune.eot?#iefix&v=1.3.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=1.3.0') format('woff2'), url('../fonts/keyrune.woff?v=1.3.0') format('woff'), url('../fonts/keyrune.ttf?v=1.3.0') format('truetype'), url('../fonts/keyrune.svg?v=1.3.0#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
@ -157,6 +157,9 @@
.ss-bcore:before {
content: "\e612";
}
.ss-ori:before {
content: "\e697";
}
/**
* Expansions */
/* Artifact Block */

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: 214 KiB

After

Width:  |  Height:  |  Size: 218 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -20,6 +20,7 @@
.@{ss-prefix}-m14:before { content: "\e610"; } // Magic 2014
.@{ss-prefix}-m15:before { content: "\e611"; } // Magic 2015
.@{ss-prefix}-bcore:before { content: "\e612"; } // Core background
.@{ss-prefix}-ori:before { content: "\e697"; } // Magic Origins
/**
* Expansions */

View File

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