Skip to content

Commit

Permalink
Adding unofficial WAR and MH1 symbols, alias for GK2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgioia committed Apr 1, 2019
1 parent bad3bb1 commit f3cb376
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 12 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Keyrune v3.3.3
# Keyrune v3.4.0

## The Magic: the Gathering set symbol font!

Expand Down Expand Up @@ -54,6 +54,7 @@ All set symbol images are trademarks of Wizards of the Coast ([http://magicthega

## Changelog

* 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.2 - Ultimate Masters icon added
* v3.3.1 - All 10 guilds added as Guild Kit symbols
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": "3.3.3",
"version": "3.4.0",
"authors": [
"Andrew Gioia <[email protected]>"
],
Expand Down
13 changes: 10 additions & 3 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=3.3.3');
src: url('../fonts/keyrune.eot?#iefix&v=3.3.3') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.3.3') format('woff2'), url('../fonts/keyrune.woff?v=3.3.3') format('woff'), url('../fonts/keyrune.ttf?v=3.3.3') format('truetype'), url('../fonts/keyrune.svg?v=3.3.3#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.4.0');
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');
font-weight: normal;
font-style: normal;
}
Expand Down Expand Up @@ -487,9 +487,13 @@
.ss-gk1:before {
content: "\e94b";
}
.ss-rna:before {
.ss-rna:before,
.ss-gk2:before {
content: "\e959";
}
.ss-war:before {
content: "\e95a";
}
/**
* Command Zone */
.ss-van:before {
Expand Down Expand Up @@ -597,6 +601,9 @@
.ss-uma:before {
content: "\e958";
}
.ss-mh1:before {
content: "\e95b";
}
/**
* Beginner */
.ss-por: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.
2 changes: 2 additions & 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.
7 changes: 5 additions & 2 deletions less/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,10 @@
.@{ss-prefix}-dom:before { content: "\e93f"; } // Dominaria
/* Guilds of Ravnica Block */
.@{ss-prefix}-grn:before, // Guilds of Ravnica
.@{ss-prefix}-gk1:before { content: "\e94b"; } // Guild Kits
.@{ss-prefix}-rna:before { content: "\e959"; } // Ravnica Allegiance
.@{ss-prefix}-gk1:before { content: "\e94b"; } // GRM Guild Kits
.@{ss-prefix}-rna:before, // Ravnica Allegiance
.@{ss-prefix}-gk2:before { content: "\e959"; } // RNA Guild Kits
.@{ss-prefix}-war:before { content: "\e95a"; } // War of the Spark

/**
* Command Zone */
Expand Down Expand Up @@ -186,6 +188,7 @@
.@{ss-prefix}-ima:before { content: "\e935"; } // Iconic Masters
.@{ss-prefix}-a25:before { content: "\e93d"; } // Masters 25
.@{ss-prefix}-uma:before { content: "\e958"; } // Ultimate Masters
.@{ss-prefix}-mh1:before { content: "\e95b"; } // Modern Horizons

/**
* Beginner */
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: '3.3.3';
@ss-version: '3.4.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": "3.3.3",
"version": "3.4.0",
"author": {
"name": "Andrew Gioia",
"email": "[email protected]",
Expand Down
7 changes: 5 additions & 2 deletions sass/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// _variables.scss

// #.
$keyrune_version: '3.3.3' !default;
$keyrune_version: '3.4.0' !default;
$keyrune_font_path: '../fonts' !default;

// #. Keyrune Font ==============================
Expand Down Expand Up @@ -200,8 +200,10 @@ $mtg_setlist: (
("Dominaria", "dom", "\e93f"),
// Guilds of Ravnica block
("Guilds of Ravnica", "grn", "\e94b"),
("Guild Kits", "gk1", "\e94b"),
("GRN Guild Kits", "gk1", "\e94b"),
("Ravnica Allegiance", "rna", "\e959"),
("RNA Guild Kits", "gk2", "\e959"),
("War of the Spark", "war", "\e95a"),
// # Commander Sets
("Vanguard", 'van', "\e655"),
("Planechase 2009", 'hop', "\e656"),
Expand Down Expand Up @@ -239,6 +241,7 @@ $mtg_setlist: (
("Iconic Masters", 'ima', "\e935"),
("Masters 25", 'a25', "\e93d"),
("Ultimate Masters", 'uma', "\e958"),
("Modern Horizons", 'mh1', "\e95b"),
// # Beginner Sets
("Portal", 'por', "\e664"),
("Portal 2", 'p02', "\e665"),
Expand Down

0 comments on commit f3cb376

Please sign in to comment.