Skip to content

Commit

Permalink
Adds Kaladesh Remastered symbol (#151), fixes set codes for Kaldheim …
Browse files Browse the repository at this point in the history
…and Strixhaven (#149)
  • Loading branch information
andrewgioia committed Dec 11, 2020
1 parent 4073ac8 commit e9b4e2e
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 18 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,11 @@ All notable changes to this project will be documented in this file.

## Versions

### [3.7.1] 2020-12-11 Kaladesh Remastered

* **Added:** Kaladesh Remastered (KLR) ([#151](https://github.com/andrewgioia/keyrune/issues/151))
* **Fixed:** Set codes for Kaldheim (KHM) and Strixhaven (STX) are now official ([#149](https://github.com/andrewgioia/keyrune/issues/149))

### [3.7.0] 2020-09-02 2021 symbols and new dual-layered support!

This is a big update with all of the recently announced 2021 sets (major thanks to @csuhta and @scryfall). This also begins support for the dual-layered symbols (like M21, though that hasn't been fixed yet) where the border and fill are 2 separate layers.
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# Keyrune v3.7.0
# Keyrune v3.7.1

## The Magic: the Gathering set symbol font!

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

## Changelog

The Changelog and todo items have been moved to a dedicated file, CHANGELOG.md.
The Changelog and todo items have been moved to a dedicated file, CHANGELOG.md.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "keyrune",
"homepage": "http://keyrune.andrewgioia.com",
"version": "3.7.0",
"version": "3.7.1",
"authors": [
"Andrew Gioia <andrew@gioia.email>"
],
Expand Down
11 changes: 7 additions & 4 deletions css/keyrune.css
Expand Up @@ -2,8 +2,8 @@
* Global */
@font-face {
font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.7.0');
src: url('../fonts/keyrune.eot?#iefix&v=3.7.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.7.0') format('woff2'), url('../fonts/keyrune.woff?v=3.7.0') format('woff'), url('../fonts/keyrune.ttf?v=3.7.0') format('truetype'), url('../fonts/keyrune.svg?v=3.7.0#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.7.1');
src: url('../fonts/keyrune.eot?#iefix&v=3.7.1') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.7.1') format('woff2'), url('../fonts/keyrune.woff?v=3.7.1') format('woff'), url('../fonts/keyrune.ttf?v=3.7.1') format('truetype'), url('../fonts/keyrune.svg?v=3.7.1#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down Expand Up @@ -553,10 +553,10 @@
content: "\e963";
}
/* 2021 Sets */
.ss-xkld:before {
.ss-khm:before {
content: "\e974";
}
.ss-xssm:before {
.ss-stx:before {
content: "\e975";
}
/**
Expand Down Expand Up @@ -1053,6 +1053,9 @@
.ss-akr:before {
content: "\e970";
}
.ss-klr:before {
content: "\e97c";
}
/**
* Un-serious */
.ss-ugl: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.
7 changes: 4 additions & 3 deletions fonts/keyrune.svg
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.
5 changes: 3 additions & 2 deletions less/icons.less
Expand Up @@ -155,8 +155,8 @@
.@{ss-prefix}-iko:before { content: "\e962"; } // Ikoria: Lair of Behemoths
.@{ss-prefix}-znr:before { content: "\e963"; } // Zendikar Rising
/* 2021 Sets */
.@{ss-prefix}-xkld:before { content: "\e974"; } // Kaldheim
.@{ss-prefix}-xssm:before { content: "\e975"; } // Strixhaven: School of Mages
.@{ss-prefix}-khm:before { content: "\e974"; } // Kaldheim
.@{ss-prefix}-stx:before { content: "\e975"; } // Strixhaven: School of Mages

/**
* Command Zone */
Expand Down Expand Up @@ -372,6 +372,7 @@
.@{ss-prefix}-pz2:before { content: "\e91f"; } // Treasure Chests
.@{ss-prefix}-ha1:before { content: "\e96b"; } // Historic Anthology 1
.@{ss-prefix}-akr:before { content: "\e970"; } // Amonkhet Remastered
.@{ss-prefix}-klr:before { content: "\e97c"; } // Kaladesh Remastered


/**
Expand Down
2 changes: 1 addition & 1 deletion less/variables.less
Expand Up @@ -2,6 +2,6 @@
* Global */

@ss-font-path: '../fonts';
@ss-version: '3.7.0';
@ss-version: '3.7.1';
@ss-font-size-base: 14px;
@ss-prefix: ss;
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "keyrune",
"description": "Keyrune",
"version": "3.7.0",
"version": "3.7.1",
"author": {
"name": "Andrew Gioia",
"email": "andrew@gioia.email",
Expand Down
7 changes: 4 additions & 3 deletions sass/_variables.scss
@@ -1,7 +1,7 @@
/**
* Globals */

$keyrune_version: '3.7.0' !default;
$keyrune_version: '3.7.1' !default;
$keyrune_font_path: '../fonts' !default;

// font specific
Expand Down Expand Up @@ -210,8 +210,8 @@ $keyrune_sets: (
("Ikoria: Lair of Behemoths", "iko", "\e962"),
("Zendikar Rising", "znr", "\e963"),
// 2021 sets
("Kaldheim", "xkld", "\e974"),
("Strixhaven: School of Mages", "xssm", "\e975"),
("Kaldheim", "khm", "\e974"),
("Strixhaven: School of Mages", "stx", "\e975"),
//
// Command zone
("Vanguard", "van", "\e655"),
Expand Down Expand Up @@ -400,6 +400,7 @@ $keyrune_sets: (
("Treasure Chests", "pz2", "\e91f"),
("Historic Anthology 1", "ha1", "\e96b"),
("Amonkhet Remastered", "akr", "\e970"),
("Kaladesh Remastered", "klr", "\e97c"),
//
// Unsets
("Unglued", "ugl", "\e691"),
Expand Down

0 comments on commit e9b4e2e

Please sign in to comment.