Skip to content

Commit

Permalink
First draft symbol for Hour of Devastation added
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgioia committed Apr 20, 2017
1 parent b44516f commit bedb506
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Keyrune v2.2.3
# Keyrune v2.3.0

## The Magic: the Gathering set symbol font!

Expand Down Expand Up @@ -60,6 +60,7 @@ Attribution is **greatly appreciated** but not required!

## Changelog

* v2.3.0 - Adding Hour of Devastation symbol (awaiting higher resolution source)
* v2.2.3 - Adding Welcome Deck 2017 symbol
* v2.2.2 - Adding Amonkhet Invocation symbol; correcting Portal: Second Age set code and leaving alias
* v2.2.1 - Adding alias for Nemesis
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "keyrune",
"homepage": "http://andrewgioia.github.io/Keyrune",
"version": "2.2.3",
"version": "2.3.0",
"authors": [
"Andrew Gioia <[email protected]>"
],
Expand Down
7 changes: 5 additions & 2 deletions css/keyrune.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* Global */
@font-face {
font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=2.2.3');
src: url('../fonts/keyrune.eot?#iefix&v=2.2.3') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=2.2.3') format('woff2'), url('../fonts/keyrune.woff?v=2.2.3') format('woff'), url('../fonts/keyrune.ttf?v=2.2.3') format('truetype'), url('../fonts/keyrune.svg?v=2.2.3#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=2.3.0');
src: url('../fonts/keyrune.eot?#iefix&v=2.3.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=2.3.0') format('woff2'), url('../fonts/keyrune.woff?v=2.3.0') format('woff'), url('../fonts/keyrune.ttf?v=2.3.0') format('truetype'), url('../fonts/keyrune.svg?v=2.3.0#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down Expand Up @@ -450,6 +450,9 @@
.ss-akh:before {
content: "\e914";
}
.ss-hou:before {
content: "\e924";
}
/**
* Command Zone */
.ss-van:before {
Expand Down
2 changes: 1 addition & 1 deletion css/keyrune.min.css

Large diffs are not rendered by default.

Binary file modified fonts/keyrune.eot
Binary file not shown.
1 change: 1 addition & 0 deletions fonts/keyrune.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/keyrune.ttf
Binary file not shown.
Binary file modified fonts/keyrune.woff
Binary file not shown.
Binary file modified fonts/keyrune.woff2
Binary file not shown.
3 changes: 2 additions & 1 deletion less/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@
.@{ss-prefix}-kld:before { content: "\e90e"; } // Kaladesh
.@{ss-prefix}-aer:before { content: "\e90f"; } // Aether Revolt
/* Amonkhet Block */
.@{ss-prefix}-akh:before { content: "\e914"; } // Kaladesh
.@{ss-prefix}-akh:before { content: "\e914"; } // Amonkhet
.@{ss-prefix}-hou:before { content: "\e924"; } // Hour of Devastation

/**
* Command Zone */
Expand Down
2 changes: 1 addition & 1 deletion less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
* Global */

@ss-font-path: '../fonts';
@ss-version: '2.2.3';
@ss-version: '2.3.0';
@ss-font-size-base: 14px;
@ss-prefix: ss;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "keyrune",
"description": "Keyrune",
"version": "2.2.3",
"version": "2.3.0",
"author": {
"name": "Andrew Gioia",
"email": "[email protected]",
Expand Down
3 changes: 2 additions & 1 deletion sass/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// _variables.scss

// #.
$keyrune_version: '2.2.3' !default;
$keyrune_version: '2.3.0' !default;
$keyrune_font_path: '../fonts' !default;

// #. Keyrune Font ==============================
Expand Down Expand Up @@ -187,6 +187,7 @@ $mtg_setlist: (
("Aether Revolt", 'aer', "\e90f"),
// Amonkhet block
("Amonkhet", "akh", "\e914"),
("Hour of Devastation", "hou", "\e924"),
// # Commander Sets
("Vanguard", 'van', "\e655"),
("Planechase 2009", 'hop', "\e656"),
Expand Down

0 comments on commit bedb506

Please sign in to comment.