Adding IDW Promo symbol and cleaning up some core set icons

This commit is contained in:
Andrew Gioia 2017-05-03 13:14:24 -04:00
parent 8417579b6d
commit a109bd4f5d
13 changed files with 22 additions and 15 deletions

View File

@ -1,4 +1,4 @@
# Keyrune v3.0.0
# Keyrune v3.0.1
## The Magic: the Gathering set symbol font!
@ -60,6 +60,7 @@ Attribution is **greatly appreciated** but not required!
## Changelog
* v3.0.1 - Adding IDW Promo icon and clenaing up some core set icons
* v3.0.0 - [Big update!](https://github.com/andrewgioia/Keyrune/milestone/1) Many symbols were compared and corrected to the original card version, 6 unofficial icons added, and new preview on doc site
* v2.3.0 - Adding Hour of Devastation symbol (awaiting higher resolution source)
* v2.2.3 - Adding Welcome Deck 2017 symbol

View File

@ -1,7 +1,7 @@
{
"name": "keyrune",
"homepage": "http://andrewgioia.github.io/Keyrune",
"version": "3.0.0",
"version": "3.0.1",
"authors": [
"Andrew Gioia <andrewgioia@gmail.com>"
],

View File

@ -2,8 +2,8 @@
* Global */
@font-face {
font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.0.0');
src: url('../fonts/keyrune.eot?#iefix&v=3.0.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.0.0') format('woff2'), url('../fonts/keyrune.woff?v=3.0.0') format('woff'), url('../fonts/keyrune.ttf?v=3.0.0') format('truetype'), url('../fonts/keyrune.svg?v=3.0.0#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.0.1');
src: url('../fonts/keyrune.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.0.1') format('woff2'), url('../fonts/keyrune.woff?v=3.0.1') format('woff'), url('../fonts/keyrune.ttf?v=3.0.1') format('truetype'), url('../fonts/keyrune.svg?v=3.0.1#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
@ -727,6 +727,9 @@
.ss-mp2:before {
content: "\e922";
}
.ss-pidw:before {
content: "\e92c";
}
/**
* Online */
.ss-med: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: 331 KiB

After

Width:  |  Height:  |  Size: 332 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -244,6 +244,7 @@
.@{ss-prefix}-pmps:before { content: "\e919"; } // Magic Premiere Shop
.@{ss-prefix}-pmpu:before { content: "\e91a"; } // Mirrodin Pure promo
.@{ss-prefix}-mp2:before { content: "\e922"; } // Amonkhet Invocations
.@{ss-prefix}-pidw:before { content: "\e92c"; } // IDW promo
/**
* Online */

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "keyrune",
"description": "Keyrune",
"version": "3.0.0",
"version": "3.0.1",
"author": {
"name": "Andrew Gioia",
"email": "andrewgioia@gmail.com",

View File

@ -1,7 +1,7 @@
// _variables.scss
// #.
$keyrune_version: '3.0.0' !default;
$keyrune_version: '3.0.1' !default;
$keyrune_font_path: '../fonts' !default;
// #. Keyrune Font ==============================
@ -282,6 +282,7 @@ $mtg_setlist: (
("Magic Premiere Shop", 'pmps', "\e919"),
("Mirrodin Pure", 'pmpu', "\e91a"),
("Amonkhet Invocations", 'mp2', "\e922"),
("IDW Promo", 'pidw', "\e92c"),
// # Online Only
("Masters Edition", 'med', "\e68d"),
("Masters Edition II", 'me2', "\e68e"),