Adds WOT set symbol (#208), Y24 set symbol (#209), RVR set symbol (#210), BR alternate symbol (#213), Unfinity Acorn cards symbol (#214), Secret Lair logo alternate symbol (#206), and missing SVG images (#207 and #211)

This commit is contained in:
Andrew Gioia 2023-10-02 10:14:09 -04:00
parent 68ac63437f
commit 498832828b
No known key found for this signature in database
GPG Key ID: FC09694A000800C8
24 changed files with 110 additions and 15 deletions

View File

@ -11,6 +11,18 @@ All notable changes to this project will be documented in this file.
## Versions
### [3.12.3] 2023-10-02 WOE supplemental sets, early 2024 products, and some alternate symbols
* **Added:** Wilds of Eldraine Enchanting Tales (WOT) set symbol ([#208](https://github.com/andrewgioia/keyrune/issues/208))
* **Added:** Alchemy 2024 (Alchemy Wilds of Eldraine) (Y24) set symbol ([#209](https://github.com/andrewgioia/keyrune/issues/209))
* **Added:** Ravnica Remastered (RVR) set symbol ([#210](https://github.com/andrewgioia/keyrune/issues/210))
* **Added:** Battle Royale Box Set alternate symbole (BR) used in Gatherer ([#213](https://github.com/andrewgioia/keyrune/issues/213))
* **Added:** Unfinity Acorn cards (UNA) alternate symbol ([#214](https://github.com/andrewgioia/keyrune/issues/214))
* **Added:** Secret Lair logo as an alternate set symbol (SLD2) ([#206](https://github.com/andrewgioia/keyrune/issues/206))
* **Changed:** Secret Lair (SLD) is now an alias for PMEI
* **Fixed:** SVG for LTR is now in the SVG directory, as well as other missing ones ([#207](https://github.com/andrewgioia/keyrune/issues/207) [#211](https://github.com/andrewgioia/keyrune/issues/211))
* **Fixed:** UNF is now in the Sass variables file, it was missing previously
### [3.12.2] 2023-05-26 Spring 2023 updates
* **Added:** Shadows Over Innistrad (SIR) set symbol ([#202](https://github.com/andrewgioia/keyrune/issues/202))

View File

@ -1,4 +1,4 @@
# Keyrune v3.12.2
# Keyrune v3.12.3
## The Magic: the Gathering set symbol font!

View File

@ -1,7 +1,7 @@
{
"name": "keyrune",
"homepage": "http://keyrune.andrewgioia.com",
"version": "3.12.2",
"version": "3.12.3",
"authors": [
"Andrew Gioia <andrew@gioia.email>"
],

View File

@ -2,8 +2,8 @@
* Global */
@font-face {
font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.12.2');
src: url('../fonts/keyrune.eot?#iefix&v=3.12.2') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.12.2') format('woff2'), url('../fonts/keyrune.woff?v=3.12.2') format('woff'), url('../fonts/keyrune.ttf?v=3.12.2') format('truetype'), url('../fonts/keyrune.svg?v=3.12.2#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.12.3');
src: url('../fonts/keyrune.eot?#iefix&v=3.12.3') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.12.3') format('woff2'), url('../fonts/keyrune.woff?v=3.12.3') format('woff'), url('../fonts/keyrune.ttf?v=3.12.3') format('truetype'), url('../fonts/keyrune.svg?v=3.12.3#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
@ -119,6 +119,10 @@
.ss-duo.ss-ncc::after {
content: "\e990";
}
.ss-duo.ss-una::after {
content: "\e9bf";
color: #fff !important;
}
.ss-duo.ss-common:after {
color: #fff;
}
@ -882,6 +886,12 @@
.ss-mul:before {
content: "\e9ba";
}
.ss-wot:before {
content: "\e9c0";
}
.ss-br:before {
content: "\e9c1";
}
/**
* Beginner */
.ss-por:before {
@ -1094,6 +1104,9 @@
.ss-who:before {
content: "\e9b0";
}
.ss-rvr:before {
content: "\e9bb";
}
/**
* Promotional */
.ss-pgru:before {
@ -1203,6 +1216,9 @@
.ss-psld:before {
content: "\e687";
}
.ss-sld2:before {
content: "\e9bc";
}
/**
* Online */
.ss-me1:before {
@ -1268,6 +1284,9 @@
.ss-ea1:before {
content: "\e9b4";
}
.ss-y24:before {
content: "\e9bd";
}
/**
* Un-serious */
.ss-ugl:before {
@ -1285,6 +1304,9 @@
.ss-unf:before {
content: "\e98a";
}
.ss-una:before {
content: "\e9be";
}
/**
* Unofficial */
.ss-xcle:before {

2
css/keyrune.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -92,6 +92,7 @@
<span class="utf"><i>&#xe651;</i> ss-bng <code>&amp;#xe651;</code></span>
<span class="utf"><i>&#xe635;</i> ss-bok <code>&amp;#xe635;</code></span>
<span class="utf"><i>&#xe99e;</i> ss-bot <code>&amp;#xe99e;</code></span>
<span class="utf"><i>&#xe9c1;</i> ss-br <code>&amp;#xe9c1;</code></span>
<span class="utf"><i>&#xe660;</i> ss-brb <code>&amp;#xe660;</code></span>
<span class="utf"><i>&#xe99f;</i> ss-brc <code>&amp;#xe99f;</code></span>
<span class="utf"><i>&#xe99d;</i> ss-bro <code>&amp;#xe99d;</code></span>
@ -273,6 +274,7 @@
<span class="utf"><i>&#xe959;</i> ss-rna <code>&amp;#xe959;</code></span>
<span class="utf"><i>&#xe646;</i> ss-roe <code>&amp;#xe646;</code></span>
<span class="utf"><i>&#xe64d;</i> ss-rtr <code>&amp;#xe64d;</code></span>
<span class="utf"><i>&#xe9bb;</i> ss-rvr <code>&amp;#xe9bb;</code></span>
<span class="utf"><i>&#xe668;</i> ss-s00 <code>&amp;#xe668;</code></span>
<span class="utf"><i>&#xe667;</i> ss-s99 <code>&amp;#xe667;</code></span>
<span class="utf"><i>&#xe9ab;</i> ss-scd <code>&amp;#xe9ab;</code></span>
@ -281,6 +283,7 @@
<span class="utf"><i>&#xe9b1;</i> ss-sir <code>&amp;#xe9b1;</code></span>
<span class="utf"><i>&#xe9b2;</i> ss-sis <code>&amp;#xe9b2;</code></span>
<span class="utf"><i>&#xe687;</i> ss-sld <code>&amp;#xe687;</code></span>
<span class="utf"><i>&#xe9bc;</i> ss-sld2 <code>&amp;#xe9bc;</code></span>
<span class="utf"><i>&#xe687;</i> ss-slu <code>&amp;#xe687;</code></span>
<span class="utf"><i>&#xe98b;</i> ss-snc <code>&amp;#xe98b;</code></span>
<span class="utf"><i>&#xe902;</i> ss-soi <code>&amp;#xe902;</code></span>
@ -304,6 +307,7 @@
<span class="utf"><i>&#xe691;</i> ss-ugl <code>&amp;#xe691;</code></span>
<span class="utf"><i>&#xe623;</i> ss-ulg <code>&amp;#xe623;</code></span>
<span class="utf"><i>&#xe958;</i> ss-uma <code>&amp;#xe958;</code></span>
<span class="utf"><i>&#xe9be;</i> ss-una <code>&amp;#xe9be;</code></span>
<span class="utf"><i>&#xe96c;</i> ss-und <code>&amp;#xe96c;</code></span>
<span class="utf"><i>&#xe98a;</i> ss-unf <code>&amp;#xe98a;</code></span>
<span class="utf"><i>&#xe692;</i> ss-unh <code>&amp;#xe692;</code></span>
@ -328,12 +332,14 @@
<span class="utf"><i>&#xe923;</i> ss-w17 <code>&amp;#xe923;</code></span>
<span class="utf"><i>&#xe95a;</i> ss-war <code>&amp;#xe95a;</code></span>
<span class="utf"><i>&#xe9b0;</i> ss-who <code>&amp;#xe9b0;</code></span>
<span class="utf"><i>&#xe9ae;</i> ss-woe <code>&amp;#xe9ae;</code></span>
<span class="utf"><i>&#xe9b9;</i> ss-woc <code>&amp;#xe9b9;</code></span>
<span class="utf"><i>&#xe9ae;</i> ss-woe <code>&amp;#xe9ae;</code></span>
<span class="utf"><i>&#xe9c0;</i> ss-wot <code>&amp;#xe9c0;</code></span>
<span class="utf"><i>&#xe61e;</i> ss-wth <code>&amp;#xe61e;</code></span>
<span class="utf"><i>&#xe645;</i> ss-wwk <code>&amp;#xe645;</code></span>
<span class="utf"><i>&#xe92e;</i> ss-xln <code>&amp;#xe92e;</code></span>
<span class="utf"><i>&#xe989;</i> ss-y22 <code>&amp;#xe989;</code></span>
<span class="utf"><i>&#xe9bd;</i> ss-y24 <code>&amp;#xe9bd;</code></span>
<span class="utf"><i>&#xe9a7;</i> ss-ydmu <code>&amp;#xe9a7;</code></span>
<span class="utf"><i>&#xe644;</i> ss-zen <code>&amp;#xe644;</code></span>
<span class="utf"><i>&#xe967;</i> ss-znc <code>&amp;#xe967;</code></span>
@ -413,6 +419,7 @@
<span class="utf"><i>&#xe990;</i> ncc inner wing <code>&amp;#xe990;</code></span>
<span class="utf"><i>&#xe9ab;</i> scd inner <code>&amp;#xe9ab;</code></span>
<span class="utf"><i>&#xe9ac;</i> scd white <code>&amp;#xe9ac;</code></span>
<span class="utf"><i>&#xe9bf;</i> una white <code>&amp;#xe9bf;</code></span>
<div class="clear"></div>
</div>
</section>

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 810 KiB

After

Width:  |  Height:  |  Size: 832 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -654,6 +654,12 @@
<div class="icon" id="mul" name="Multiverse Legends" data-name="Multiverse Legends" data-class="mul" data-unicode="e9ba" data-added="v3.12.2">
<span class="name"><i class="ss ss-mul"></i> Multiverse Legends <em>(mul)</em></span>
</div>
<div class="icon" id="wot" name="Wilds of Eldraine Enchanting Tales" data-name="Wilds of Eldraine Enchanting Tales" data-class="wot" data-unicode="e9c0" data-added="v3.12.3">
<span class="name"><i class="ss ss-wot"></i> Wilds of Eldraine Enchanting Tales <em>(wot)</em></span>
</div>
<div class="icon" id="br" name="Battle Royale (alternate)" data-name="Battle Royale (alternate)" data-class="br" data-unicode="e9c1" data-added="v3.12.3">
<span class="name"><i class="ss ss-br"></i> Battle Royale (alternate) <em>(br)</em></span>
</div>
</div>
</section>
<section class="content">
@ -895,6 +901,15 @@
<div class="icon" id="who" name="Universes Beyond: Doctor Who" data-name="Universes Beyond: Doctor Who" data-class="who" data-unicode="e9b0" data-added="v3.12.2">
<span class="name"><i class="ss ss-who"></i> UB: Doctor Who <em>(who)</em></span>
</div>
<div class="icon" id="rvr" name="Ravnica Remastered" data-name="Ravnica Remastered" data-class="rvr" data-unicode="e9bb" data-added="v3.12.3">
<span class="name"><i class="ss ss-rvr"></i> Ravnica Remastered <em>(rvr)</em></span>
</div>
<div class="icon" id="sld" name="Secret Lair" data-name="Secret Lair" data-class="sld" data-unicode="e687" data-added="v3.12.3">
<span class="name"><i class="ss ss-sld"></i> Secret Lair <em>(sld)</em></span>
</div>
<div class="icon" id="sld2" name="Secret Lair (logo)" data-name="Secret Lair (logo)" data-class="sld2" data-unicode="e9bc" data-added="v3.12.3">
<span class="name"><i class="ss ss-sld2"></i> Secret Lair (logo) <em>(sld)</em></span>
</div>
</div>
</section>
<section class="content">
@ -1061,6 +1076,9 @@
<div class="icon" id="ea1" name="Explorer Anthology 1" data-name="Explorer Anthology 1" data-class="ea1" data-unicode="e9b4" data-added="v3.12.2">
<span class="name"><i class="ss ss-ea1"></i> Explorer Anthology 1 <em>(ea1)</em></span>
</div>
<div class="icon" id="y24" name="Alchemy 2024" data-name="Alchemy 2024" data-class="y24" data-unicode="e9bd" data-added="v3.12.3">
<span class="name"><i class="ss ss-y24"></i> Alchemy 2024 <em>(y24)</em></span>
</div>
</div>
</section>
<section class="content">
@ -1081,6 +1099,9 @@
<div class="icon" id="unf" name="Unfinity" data-name="Unfinity" data-class="unf" data-unicode="e98a" data-added="v3.9.0">
<span class="name"><i class="ss ss-unf"></i> Unfinity <em>(unf)</em></span>
</div>
<div class="icon" id="una" name="Unfinity Acorns" data-name="Unfinity Acorns" data-class="una" data-unicode="e9be" data-added="v3.12.3" data-duo="true">
<span class="name"><i class="ss ss-una ss-duo ss-common"></i> Unfinity Acorns <em>(una)</em></span>
</div>
</div>
</section>
<section class="content">

View File

@ -43,7 +43,7 @@
</a>
</div>
<p>
Current version 3.12.2 includes all sets to March of the Machine.
Current version 3.12.3 includes all sets to Ravnica Remastered.
</p>
</div>
</header>

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 810 KiB

After

Width:  |  Height:  |  Size: 832 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -117,6 +117,12 @@
}
}
// Unfinity Acorns
&.@{ss-prefix}-una::after {
content: "\e9bf";
color: #fff !important;
}
// rarity border colors
&.@{ss-prefix}-common:after {
color: #fff;

View File

@ -250,6 +250,8 @@
.@{ss-prefix}-brr:before { content: "\e9a0"; } // The Brothers' War Retro Artifacts
.@{ss-prefix}-j22:before { content: "\e9ad"; } // Jumpstart 2022
.@{ss-prefix}-mul:before { content: "\e9ba"; } // Multiverse Legends
.@{ss-prefix}-wot:before { content: "\e9c0"; } // Wilds of Eldraine Enchanting Tales
.@{ss-prefix}-br:before { content: "\e9c1"; } // Battle Royale (alternate)
/**
* Beginner */
@ -348,6 +350,7 @@
.@{ss-prefix}-gn3:before { content: "\e9a5"; } // Game Night: Free for All
.@{ss-prefix}-ltr:before { content: "\e9af"; } // Lord of the Rings
.@{ss-prefix}-who:before { content: "\e9b0"; } // Universes Beyond: Doctor Who
.@{ss-prefix}-rvr:before { content: "\e9bb"; } // Ravnica Remastered
/**
* Promotional */
@ -393,6 +396,7 @@
.@{ss-prefix}-slu:before { content: "\e687"; } // Secret Lair: Ultimate Edition (alias of PMEI)
.@{ss-prefix}-sld:before { content: "\e687"; } // Secret Lair Drop (alias of PMEI)
.@{ss-prefix}-psld:before { content: "\e687"; } // Secret Lair Drop Promos (alias of PMEI)
.@{ss-prefix}-sld2:before { content: "\e9bc"; } // Secret Lair (logo)
/**
* Online */
@ -420,6 +424,7 @@
.@{ss-prefix}-sir:before { content: "\e9b1"; } // Shadows Over Innistrad
.@{ss-prefix}-sis:before { content: "\e9b2"; } // Shadows of the Past
.@{ss-prefix}-ea1:before { content: "\e9b4"; } // Explorer Anthology 1
.@{ss-prefix}-y24:before { content: "\e9bd"; } // Alchemy 2024
/**
* Un-serious */
@ -429,6 +434,7 @@
.@{ss-prefix}-ust:before { content: "\e930"; } // Unstable
.@{ss-prefix}-und:before { content: "\e96c"; } // Unsanctioned
.@{ss-prefix}-unf:before { content: "\e98a"; } // Unfinity
.@{ss-prefix}-una:before { content: "\e9be"; } // Unfinity Acorns
/**
* Unofficial */

View File

@ -2,6 +2,6 @@
* Global */
@ss-font-path: '../fonts';
@ss-version: '3.12.2';
@ss-version: '3.12.3';
@ss-font-size-base: 14px;
@ss-prefix: ss;

View File

@ -1,7 +1,7 @@
{
"name": "keyrune",
"description": "Keyrune",
"version": "3.12.2",
"version": "3.12.3",
"author": {
"name": "Andrew Gioia",
"email": "andrew@gioia.email",
@ -32,7 +32,7 @@
"sass": "sass sass/keyrune.scss css/keyrune.css --style=expanded",
"sassmin": "sass sass/keyrune.scss css/keyrune.css --style=compressed",
"watch": "sass --no-source-map --watch sass/keyrune.scss css/keyrune.css --style=expanded",
"build": "cp fonts/* docs/fonts && cp css/keyrune.min.css docs/assets/keyrune.min.css",
"build": "rsync -avzh ./fonts/* ./docs/fonts/ && rsync -avzh css/keyrune.min.css docs/assets/keyrune.min.css",
"rename": "for f in `find fonts/*`; do mv -v \"$f\" \"`echo $f | tr '[A-Z]' '[a-z]'`\"; done"
},
"ignore": [

View File

@ -1,7 +1,7 @@
/**
* Globals */
$keyrune_version: '3.12.1' !default;
$keyrune_version: '3.12.3' !default;
$keyrune_font_path: '../fonts' !default;
// font specific
@ -64,7 +64,8 @@ $dual-layered: (
'ltc': '\e9b8',
'mid': '\e979',
'ncc': '\e990',
'scd': '\e9ac'
'scd': '\e9ac',
'una': '\e9bf'
) !default;
// sets
@ -310,6 +311,8 @@ $keyrune_sets: (
("The Brothers' War Retro Artifacts", "brr", "\e9a0"),
("Jumpstart 2022", "j22", "\e9ad"),
("Multiverse Legends", "mul", "\e9ba"),
("Wilds of Eldraine Enchanting Tales", "wot", "\e9c0"),
("Battle Royale (alternate)", "br", "\e9c1"),
//
// Beginner
("Portal", "por", "\e664"),
@ -392,6 +395,7 @@ $keyrune_sets: (
("Game Night: Free for All", "gn3", "\e9a5"),
("The Lord of the Rings: Tales of Middle-Earth", "ltr", "\e9af"),
("Universes Beyond: Doctor Who", "who", "\e9b0"),
("Ravnica Remastered", "rvr", "\e9bb"),
//
// Promos
("Guru", "pgru", "\e683"),
@ -433,6 +437,7 @@ $keyrune_sets: (
("Secret Lair: Ultimate Edition", "slu", "\e687"),
("Secret Lair Drop", "sld", "\e687"),
("Secret Lair Drop Promos", "psld", "\e687"),
("Secret Lair Logo", "sld2", "\e9bc"),
//
// Online only sets
("Masters Edition", "me1", "\e68d"),
@ -464,6 +469,8 @@ $keyrune_sets: (
("Unhinged", "unh", "\e692"),
("Unstable", "ust", "\e930"),
("Unsanctioned", "und", "\e96c"),
("Unfinity", "unf", "\e98a"),
("Unfinity Acorns", "una", "\e9be"),
//
// Unoffocial
("Collector's Edition", "xcle", "\e926"),