mirror of
https://github.com/andrewgioia/keyrune.git
synced 2025-01-27 10:41:23 +00:00
Adds MIC, VOC, CC2, and other changes in 3.8.4
This commit is contained in:
parent
6e33b58eb9
commit
8a153cae50
@ -11,6 +11,14 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## Versions
|
||||
|
||||
### [3.8.4] 2021-11-12 Innistrad sets and cleanup
|
||||
|
||||
* **Added:** Innistrad: Midnight Hunt Commander (MIC) set symbol ([#167](https://github.com/andrewgioia/keyrune/issues/167))
|
||||
* **Added:** Innistrad: Crimson Vow Commander (VOC) set symbol ([#171](https://github.com/andrewgioia/keyrune/issues/171))
|
||||
* **Added:** Commander Collection: Black (CC2) set symbol ([#166](https://github.com/andrewgioia/keyrune/issues/166))
|
||||
* **Fixed:** Individual SVG filenames corrected and missing images added ([#168](https://github.com/andrewgioia/keyrune/issues/168))
|
||||
* **Fixed:** CDN now at latest and font has the corrected/latest version
|
||||
|
||||
### [3.8.3] 2021-07-31 Jumpstart: Historic Horizons
|
||||
|
||||
* **Added:** preliminary trace of a very low res source J21 symbol
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Keyrune v3.8.3
|
||||
# Keyrune v3.8.4
|
||||
|
||||
## The Magic: the Gathering set symbol font!
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "keyrune",
|
||||
"homepage": "http://keyrune.andrewgioia.com",
|
||||
"version": "3.8.3",
|
||||
"version": "3.8.4",
|
||||
"authors": [
|
||||
"Andrew Gioia <andrew@gioia.email>"
|
||||
],
|
||||
|
@ -2,8 +2,8 @@
|
||||
* Global */
|
||||
@font-face {
|
||||
font-family: 'Keyrune';
|
||||
src: url('../fonts/keyrune.eot?v=3.8.3');
|
||||
src: url('../fonts/keyrune.eot?#iefix&v=3.8.3') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.8.3') format('woff2'), url('../fonts/keyrune.woff?v=3.8.3') format('woff'), url('../fonts/keyrune.ttf?v=3.8.3') format('truetype'), url('../fonts/keyrune.svg?v=3.8.3#keyrune') format('svg');
|
||||
src: url('../fonts/keyrune.eot?v=3.8.4');
|
||||
src: url('../fonts/keyrune.eot?#iefix&v=3.8.4') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.8.4') format('woff2'), url('../fonts/keyrune.woff?v=3.8.4') format('woff'), url('../fonts/keyrune.ttf?v=3.8.4') format('truetype'), url('../fonts/keyrune.svg?v=3.8.4#keyrune') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -71,6 +71,9 @@
|
||||
.ss-duo.ss-c21::after {
|
||||
content: "\e97f";
|
||||
}
|
||||
.ss-duo.ss-cc2::after {
|
||||
content: "\e988";
|
||||
}
|
||||
.ss-duo.ss-j21::after {
|
||||
content: "\e984";
|
||||
}
|
||||
@ -593,6 +596,12 @@
|
||||
.ss-stx:before {
|
||||
content: "\e975";
|
||||
}
|
||||
.ss-mid:before {
|
||||
content: "\e978";
|
||||
}
|
||||
.ss-vow:before {
|
||||
content: "\e977";
|
||||
}
|
||||
/**
|
||||
* Command Zone */
|
||||
.ss-van:before {
|
||||
@ -681,6 +690,15 @@
|
||||
.ss-afc:before {
|
||||
content: "\e981";
|
||||
}
|
||||
.ss-mic:before {
|
||||
content: "\e985";
|
||||
}
|
||||
.ss-voc:before {
|
||||
content: "\e986";
|
||||
}
|
||||
.ss-cc2:before {
|
||||
content: "\e987";
|
||||
}
|
||||
/**
|
||||
* Reprint */
|
||||
.ss-chr:before {
|
||||
@ -946,12 +964,6 @@
|
||||
.ss-tsr:before {
|
||||
content: "\e976";
|
||||
}
|
||||
.ss-vow:before {
|
||||
content: "\e977";
|
||||
}
|
||||
.ss-mid:before {
|
||||
content: "\e978";
|
||||
}
|
||||
/**
|
||||
* Promotional */
|
||||
.ss-pgru:before {
|
||||
|
2
css/keyrune.min.css
vendored
2
css/keyrune.min.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 641 KiB After Width: | Height: | Size: 652 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -38,6 +38,11 @@
|
||||
content: "\e97f";
|
||||
}
|
||||
|
||||
// Commander Collection: Black
|
||||
&.@{ss-prefix}-cc2::after {
|
||||
content: "\e988";
|
||||
}
|
||||
|
||||
// Jumpstart: Historic Horizons
|
||||
&.@{ss-prefix}-j21::after {
|
||||
content: "\e984";
|
||||
|
@ -196,6 +196,9 @@
|
||||
.@{ss-prefix}-khc:before { content: "\e97d"; } // Kaldheim Commander
|
||||
.@{ss-prefix}-c21:before { content: "\e97e"; } // Commander 2021 (inner)
|
||||
.@{ss-prefix}-afc:before { content: "\e981"; } // Forgotten Realms (inner)
|
||||
.@{ss-prefix}-mic:before { content: "\e985"; } // Midnight Hunt Commander
|
||||
.@{ss-prefix}-voc:before { content: "\e986"; } // Crimson Vow Commander
|
||||
.@{ss-prefix}-cc2:before { content: "\e987"; } // Commander Collection: Black (inner)
|
||||
|
||||
/**
|
||||
* Reprint */
|
||||
|
@ -2,6 +2,6 @@
|
||||
* Global */
|
||||
|
||||
@ss-font-path: '../fonts';
|
||||
@ss-version: '3.8.3';
|
||||
@ss-version: '3.8.4';
|
||||
@ss-font-size-base: 14px;
|
||||
@ss-prefix: ss;
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "keyrune",
|
||||
"description": "Keyrune",
|
||||
"version": "3.8.3",
|
||||
"version": "3.8.4",
|
||||
"author": {
|
||||
"name": "Andrew Gioia",
|
||||
"email": "andrew@gioia.email",
|
||||
|
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* Globals */
|
||||
|
||||
$keyrune_version: '3.8.3' !default;
|
||||
$keyrune_version: '3.8.4' !default;
|
||||
$keyrune_font_path: '../fonts' !default;
|
||||
|
||||
// font specific
|
||||
@ -55,6 +55,7 @@ $dual-layered: (
|
||||
'afc': '\e982',
|
||||
'afr': '\e973',
|
||||
'c21': '\e97f',
|
||||
'cc2': '\e988',
|
||||
'j21': '\e984',
|
||||
'mid': '\e979'
|
||||
) !default;
|
||||
@ -216,8 +217,8 @@ $keyrune_sets: (
|
||||
// 2021 sets
|
||||
("Kaldheim", "khm", "\e974"),
|
||||
("Strixhaven: School of Mages", "stx", "\e975"),
|
||||
("Innistrad Werewolves", "mid", "\e978"),
|
||||
("Innistrad Vampires", "vow", "\e977"),
|
||||
("Innistrad: Midnight Hunt", "mid", "\e978"),
|
||||
("Innistrad: Crimson Vow", "vow", "\e977"),
|
||||
//
|
||||
// Command zone
|
||||
("Vanguard", "van", "\e655"),
|
||||
@ -251,6 +252,9 @@ $keyrune_sets: (
|
||||
("Commander 2021", "c21", "\e97e"),
|
||||
("Forgotten Realms Commander", "afc", "\e981"),
|
||||
("Jumpstart: Historic Horizons", "afc", "\e983"),
|
||||
("Innistrad: Midnight Hunt Commander", "mic", "\e985"),
|
||||
("Innistrad: Crimson Vow Commander", "voc", "\e986"),
|
||||
("Commander Collection: Black", "cc2", "\e987"),
|
||||
|
||||
//
|
||||
// Reprint sets
|
||||
|
Loading…
Reference in New Issue
Block a user