Correcting the Dragon*Con promo set code

This commit is contained in:
Andrew Gioia 2017-07-11 12:17:06 -04:00
parent 8b6e2b206b
commit 4bffd3703f
8 changed files with 12 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# Keyrune v3.1.2
# Keyrune v3.1.3
## The Magic: the Gathering set symbol font!
@ -60,6 +60,7 @@ Attribution is **greatly appreciated** but not required!
## Changelog
* v3.1.3 - Correcting the set code for Dragon*Con
* v3.1.2 - Added Dragon*Con promo symbol for Nalathni Dragon
* v3.1.1 - Minor corrections for versioning and updates to readme for jsDelivr
* v3.1.0 - Slew of new icons for Ixalan, Rivals of Ixalan, Explorers of Ixalan, and Unstable; corrected Hour of Devastation icon based on official release

View File

@ -1,7 +1,7 @@
{
"name": "keyrune",
"homepage": "http://andrewgioia.github.io/Keyrune",
"version": "3.1.2",
"version": "3.1.3",
"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.1.2');
src: url('../fonts/keyrune.eot?#iefix&v=3.1.2') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.1.2') format('woff2'), url('../fonts/keyrune.woff?v=3.1.2') format('woff'), url('../fonts/keyrune.ttf?v=3.1.2') format('truetype'), url('../fonts/keyrune.svg?v=3.1.2#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.1.3');
src: url('../fonts/keyrune.eot?#iefix&v=3.1.3') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.1.3') format('woff2'), url('../fonts/keyrune.woff?v=3.1.3') format('woff'), url('../fonts/keyrune.ttf?v=3.1.3') format('truetype'), url('../fonts/keyrune.svg?v=3.1.3#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
@ -741,7 +741,7 @@
.ss-pidw:before {
content: "\e92c";
}
.ss-pdgc:before {
.ss-pdrc:before {
content: "\e932";
}
/**

2
css/keyrune.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -250,7 +250,7 @@
.@{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
.@{ss-prefix}-pdgc:before { content: "\e932"; } // Dragon*Con promo
.@{ss-prefix}-pdrc:before { content: "\e932"; } // Dragon*Con promo
/**
* Online */

View File

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

View File

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

View File

@ -1,7 +1,7 @@
// _variables.scss
// #.
$keyrune_version: '3.1.2' !default;
$keyrune_version: '3.1.3' !default;
$keyrune_font_path: '../fonts' !default;
// #. Keyrune Font ==============================
@ -288,7 +288,7 @@ $mtg_setlist: (
("Mirrodin Pure", 'pmpu', "\e91a"),
("Amonkhet Invocations", 'mp2', "\e922"),
("IDW Promo", 'pidw', "\e92c"),
("Dragon*Con Promo", 'pdgc', "\e932"),
("Dragon*Con Promo", 'pdrc', "\e932"),
// # Online Only
("Masters Edition", 'med', "\e68d"),
("Masters Edition II", 'me2', "\e68e"),