Skip to content

Commit

Permalink
Adding new icon for Archenemy: Nicol Bolas with confirmed set code; s…
Browse files Browse the repository at this point in the history
…till awaiting higher resolution source image
  • Loading branch information
andrewgioia committed Jun 6, 2017
1 parent 0c80bef commit 14fdc59
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 11 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.0.2
# Keyrune v3.0.3

## The Magic: the Gathering set symbol font!

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

## Changelog

* v3.0.3 - Adding new (correct) Archenemy: Nicol Bolas symbol with confirmed set code (e01)
* v3.0.2 - Fixing BRB path issue
* 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
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.0.2",
"version": "3.0.3",
"authors": [
"Andrew Gioia <[email protected]>"
],
Expand Down
7 changes: 4 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.0.2');
src: url('../fonts/keyrune.eot?#iefix&v=3.0.2') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.0.2') format('woff2'), url('../fonts/keyrune.woff?v=3.0.2') format('woff'), url('../fonts/keyrune.ttf?v=3.0.2') format('truetype'), url('../fonts/keyrune.svg?v=3.0.2#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.0.3');
src: url('../fonts/keyrune.eot?#iefix&v=3.0.3') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.0.3') format('woff2'), url('../fonts/keyrune.woff?v=3.0.3') format('woff'), url('../fonts/keyrune.ttf?v=3.0.3') format('truetype'), url('../fonts/keyrune.svg?v=3.0.3#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down Expand Up @@ -500,8 +500,9 @@
.ss-cma:before {
content: "\e916";
}
.ss-e01:before,
.ss-ann:before {
content: "\e657";
content: "\e92d";
}
/**
* Reprint */
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 @@ -147,7 +147,8 @@
.@{ss-prefix}-c16:before { content: "\e910"; } // Commander 2016
.@{ss-prefix}-pca:before { content: "\e911"; } // Planechase Anthology
.@{ss-prefix}-cma:before { content: "\e916"; } // Commander Anthology
.@{ss-prefix}-ann:before { content: "\e657"; } // Archenemy: Nicol Bolas
.@{ss-prefix}-e01:before,
.@{ss-prefix}-ann:before { content: "\e92d"; } // Archenemy: Nicol Bolas

/**
* Reprint */
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.0.2';
@ss-version: '3.0.3';
@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.0.2",
"version": "3.0.3",
"author": {
"name": "Andrew Gioia",
"email": "[email protected]",
Expand Down
5 changes: 3 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.0.2' !default;
$keyrune_version: '3.0.3' !default;
$keyrune_font_path: '../fonts' !default;

// #. Keyrune Font ==============================
Expand Down Expand Up @@ -204,7 +204,8 @@ $mtg_setlist: (
("Commander 2016", 'c16', "\e910"),
("Planechase Anthology", 'pca', "\e911"),
("Commander Anthology", 'cma', "\e916"),
("Archenemy: Nicol Bolas", 'ann', "\e657"),
("Archenemy: Nicol Bolas", 'e01', "\e92d"),
("Archenemy: Nicol Bolas", 'ann', "\e92d"),
// # Reprint Sets
("Chronicles", 'chr', "\e65e"),
("Anthologies", 'ath', "\e65f"),
Expand Down

0 comments on commit 14fdc59

Please sign in to comment.