Skip to content

Commit

Permalink
Adding ELD and C19, refactoring SCSS files, and distributed source SV…
Browse files Browse the repository at this point in the history
…G files now
  • Loading branch information
andrewgioia committed Aug 16, 2019
1 parent 42006da commit b2814f1
Show file tree
Hide file tree
Showing 270 changed files with 2,743 additions and 466 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.4.3
# Keyrune v3.5.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.5.0 - Throne of Eldraine (unofficial) and Commander 2019 added; SCSS files cleaned up and tested; SVG files now distributed with project
* v3.4.3 - Magic 2020 (finally) added, sorry everyone. M19 symbol updated to M20 style it should have been.
* 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)
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.4.3",
"version": "3.5.0",
"authors": [
"Andrew Gioia <[email protected]>"
],
Expand Down
11 changes: 9 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=3.4.3');
src: url('../fonts/keyrune.eot?#iefix&v=3.4.3') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.4.3') format('woff2'), url('../fonts/keyrune.woff?v=3.4.3') format('woff'), url('../fonts/keyrune.ttf?v=3.4.3') format('truetype'), url('../fonts/keyrune.svg?v=3.4.3#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.5.0');
src: url('../fonts/keyrune.eot?#iefix&v=3.5.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.5.0') format('woff2'), url('../fonts/keyrune.woff?v=3.5.0') format('woff'), url('../fonts/keyrune.ttf?v=3.5.0') format('truetype'), url('../fonts/keyrune.svg?v=3.5.0#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down Expand Up @@ -497,6 +497,10 @@
.ss-war:before {
content: "\e95a";
}
/* Eldraine Block */
.ss-eld:before {
content: "\e95e";
}
/**
* Command Zone */
.ss-van:before {
Expand Down Expand Up @@ -560,6 +564,9 @@
.ss-c18:before {
content: "\e946";
}
.ss-c19:before {
content: "\e95f";
}
/**
* Reprint */
.ss-chr:before {
Expand Down
1,010 changes: 1,009 additions & 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.
3 changes: 3 additions & 0 deletions less/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@
.@{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
/* Eldraine Block */
.@{ss-prefix}-eld:before { content: "\e95e"; } // Throne of Eldraine

/**
* Command Zone */
Expand All @@ -171,6 +173,7 @@
.@{ss-prefix}-cm2:before { content: "\e940"; } // Commander Anthology 2
.@{ss-prefix}-bbd:before { content: "\e942"; } // Battlebond
.@{ss-prefix}-c18:before { content: "\e946"; } // Commander 2018
.@{ss-prefix}-c19:before { content: "\e95f"; } // Commander 2019

/**
* 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.4.3';
@ss-version: '3.5.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.4.3",
"version": "3.5.0",
"author": {
"name": "Andrew Gioia",
"email": "[email protected]",
Expand Down
Loading

0 comments on commit b2814f1

Please sign in to comment.