Adding Signature Spellbook: Gideon and correcting Mirage

This commit is contained in:
Andrew Gioia 2019-05-21 12:35:30 -04:00
parent 33c6694aae
commit 7a5f91f72f
13 changed files with 16 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# Keyrune v3.4.1 # Keyrune v3.4.2
## The Magic: the Gathering set symbol font! ## The Magic: the Gathering set symbol font!
@ -54,6 +54,7 @@ All set symbol images are trademarks of Wizards of the Coast ([http://magicthega
## Changelog ## Changelog
* v3.4.2 - Signature Spellbook: Gideon added, Mirage symbol corrected
* v3.4.1 - Fixed issue with desktop version not updating (version numbers must be present in ttf on some systems) * v3.4.1 - Fixed issue with desktop version not updating (version numbers must be present in ttf on some systems)
* v3.4.0 - War of the Spark and Modern Horizons unofficial icons added, GK2 alias * v3.4.0 - War of the Spark and Modern Horizons unofficial icons added, GK2 alias
* v3.3.3 - Ravnica Allegiance added (official symbol) * v3.3.3 - Ravnica Allegiance added (official symbol)

View File

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

View File

@ -2,8 +2,8 @@
* Global */ * Global */
@font-face { @font-face {
font-family: 'Keyrune'; font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.4.0'); src: url('../fonts/keyrune.eot?v=3.4.2');
src: url('../fonts/keyrune.eot?#iefix&v=3.4.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.4.0') format('woff2'), url('../fonts/keyrune.woff?v=3.4.0') format('woff'), url('../fonts/keyrune.ttf?v=3.4.0') format('truetype'), url('../fonts/keyrune.svg?v=3.4.0#keyrune') format('svg'); src: url('../fonts/keyrune.eot?#iefix&v=3.4.2') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.4.2') format('woff2'), url('../fonts/keyrune.woff?v=3.4.2') format('woff'), url('../fonts/keyrune.ttf?v=3.4.2') format('truetype'), url('../fonts/keyrune.svg?v=3.4.2#keyrune') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@ -750,6 +750,9 @@
.ss-ss1:before { .ss-ss1:before {
content: "\e944"; content: "\e944";
} }
.ss-ss2:before {
content: "\e95c";
}
/** /**
* Global Series */ * Global Series */
.ss-gs1:before { .ss-gs1: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: 512 KiB

After

Width:  |  Height:  |  Size: 523 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -255,6 +255,7 @@
* Signature Spellbook */ * Signature Spellbook */
.@{ss-prefix}-ss1:before { content: "\e944"; } // Jace .@{ss-prefix}-ss1:before { content: "\e944"; } // Jace
.@{ss-prefix}-ss2:before { content: "\e95c"; } // Gideon
/** /**
* Global Series */ * Global Series */

View File

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

View File

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

View File

@ -1,7 +1,7 @@
// _variables.scss // _variables.scss
// #. // #.
$keyrune_version: '3.4.0' !default; $keyrune_version: '3.4.2' !default;
$keyrune_font_path: '../fonts' !default; $keyrune_font_path: '../fonts' !default;
// #. Keyrune Font ============================== // #. Keyrune Font ==============================
@ -293,6 +293,7 @@ $mtg_setlist: (
("Modern Event Deck", 'md1', "\e682"), ("Modern Event Deck", 'md1', "\e682"),
// # Signature Spellbook // # Signature Spellbook
("Jace", 'ss1', "\e944"), ("Jace", 'ss1', "\e944"),
("Gideon", 'ss2', "\e95c"),
// # Global Series // # Global Series
("Jiang Yanggu & Mu Yanling", 'gs1', "\e945"), ("Jiang Yanggu & Mu Yanling", 'gs1', "\e945"),
// # Guild Kits // # Guild Kits