Adds Brothers War set, commander, and promo symbols

This commit is contained in:
Andrew Gioia 2022-11-15 16:46:28 -05:00
parent adb3e43243
commit dd97c25368
23 changed files with 68 additions and 16 deletions

View File

@ -10,6 +10,13 @@ All notable changes to this project will be documented in this file.
## Versions ## Versions
### [3.11.0] 2022-11-15 Brothers' War sets
* **Added:** The Brothers' War (BRO) set symbol ([#195](https://github.com/andrewgioia/keyrune/issues/195))
* **Added:** The Brothers' War Commander (BRC) set symbol ([#195](https://github.com/andrewgioia/keyrune/issues/195))
* **Added:** The Brothers' War Retro Artifacts (BRR) set symbol ([#195](https://github.com/andrewgioia/keyrune/issues/195))
* **Added:** The Brothers' War Transformers (BOT) set symbol ([#195](https://github.com/andrewgioia/keyrune/issues/195))
### [3.10.0] 2022-05-13 Summer 2022 set symbols and typo fixes ### [3.10.0] 2022-05-13 Summer 2022 set symbols and typo fixes
* **Added:** Dominaria United (DMU) set symbol * **Added:** Dominaria United (DMU) set symbol

View File

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

View File

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

View File

@ -2,8 +2,8 @@
* Global */ * Global */
@font-face { @font-face {
font-family: 'Keyrune'; font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.10.0'); src: url('../fonts/keyrune.eot?v=3.11.0');
src: url('../fonts/keyrune.eot?#iefix&v=3.10.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.10.0') format('woff2'), url('../fonts/keyrune.woff?v=3.10.0') format('woff'), url('../fonts/keyrune.ttf?v=3.10.0') format('truetype'), url('../fonts/keyrune.svg?v=3.10.0#keyrune') format('svg'); src: url('../fonts/keyrune.eot?#iefix&v=3.11.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.11.0') format('woff2'), url('../fonts/keyrune.woff?v=3.11.0') format('woff'), url('../fonts/keyrune.ttf?v=3.11.0') format('truetype'), url('../fonts/keyrune.svg?v=3.11.0#keyrune') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@ -645,6 +645,9 @@
.ss-dmu:before { .ss-dmu:before {
content: "\e993"; content: "\e993";
} }
.ss-bro:before {
content: "\e99d";
}
/** /**
* Command Zone */ * Command Zone */
.ss-van:before { .ss-van:before {
@ -757,6 +760,9 @@
.ss-40k:before { .ss-40k:before {
content: "\e998"; content: "\e998";
} }
.ss-brc:before {
content: "\e99f";
}
/** /**
* Reprint */ * Reprint */
.ss-chr:before { .ss-chr:before {
@ -825,6 +831,9 @@
.ss-2x2:before { .ss-2x2:before {
content: "\e99c"; content: "\e99c";
} }
.ss-brr:before {
content: "\e9a0";
}
/** /**
* Beginner */ * Beginner */
.ss-por:before { .ss-por:before {
@ -1120,6 +1129,9 @@
.ss-zne:before { .ss-zne:before {
content: "\e97a"; content: "\e97a";
} }
.ss-bot:before {
content: "\e99e";
}
/** /**
* Secret Lairs */ * Secret Lairs */
.ss-slu:before { .ss-slu: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

@ -90,7 +90,11 @@
<span class="utf"><i>&#xe699;</i> ss-bfz <code>&amp;#xe699;</code></span> <span class="utf"><i>&#xe699;</i> ss-bfz <code>&amp;#xe699;</code></span>
<span class="utf"><i>&#xe651;</i> ss-bng <code>&amp;#xe651;</code></span> <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>&#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>&#xe660;</i> ss-brb <code>&amp;#xe660;</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>
<span class="utf"><i>&#xe9a0;</i> ss-brr <code>&amp;#xe9a0;</code></span>
<span class="utf"><i>&#xe661;</i> ss-btd <code>&amp;#xe661;</code></span> <span class="utf"><i>&#xe661;</i> ss-btd <code>&amp;#xe661;</code></span>
<span class="utf"><i>&#xe65b;</i> ss-c13 <code>&amp;#xe65b;</code></span> <span class="utf"><i>&#xe65b;</i> ss-c13 <code>&amp;#xe65b;</code></span>
<span class="utf"><i>&#xe65d;</i> ss-c14 <code>&amp;#xe65d;</code></span> <span class="utf"><i>&#xe65d;</i> ss-c14 <code>&amp;#xe65d;</code></span>

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 721 KiB

After

Width:  |  Height:  |  Size: 730 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -37,7 +37,7 @@
<i class="ss ss-pmtg2"></i> <i class="ss ss-pmtg2"></i>
Download Download
</a> </a>
<h2 class="sub">Complete 293 Magic set symbol font icons</h2> <h2 class="sub">Complete 297 Magic set symbol font icons</h2>
</div> </div>
</header> </header>
@ -45,7 +45,7 @@
<div class="wrapper"> <div class="wrapper">
<section> <section>
<h3> <h3>
View the full list of 294 set and expansion symbols below, for all sets and special edition products up to <strong>Dominaria United</strong> and <strong>Warhammer 40,000</strong>. To use the symbols on your desktop or just get the vectors, check out the <a href="cheatsheet.html">Cheatsheet</a>. View the full list of 297 set and expansion symbols below, for all sets and special edition products up to <strong>The Brothers' War</strong>. To use the symbols on your desktop or just get the vectors, check out the <a href="cheatsheet.html">Cheatsheet</a>.
</h3> </h3>
<p style="margin: -15px 0 25px;"> <p style="margin: -15px 0 25px;">
<strong>Note:</strong> you can now link directly to a preview of each symbol's by adding the symbol code at the end of the url like this: <a href="https://keyrune.andrewgioia.com/icons.html?icon=ody">https://keyrune.andrewgioia.com/icons.html?icon=ody</a>. <strong>Note:</strong> you can now link directly to a preview of each symbol's by adding the symbol code at the end of the url like this: <a href="https://keyrune.andrewgioia.com/icons.html?icon=ody">https://keyrune.andrewgioia.com/icons.html?icon=ody</a>.
@ -422,6 +422,9 @@
<div class="icon" id="dmu" name="Dominaria United" data-name="Dominaria United" data-class="dmu" data-unicode="e993" data-added="v3.10.0"> <div class="icon" id="dmu" name="Dominaria United" data-name="Dominaria United" data-class="dmu" data-unicode="e993" data-added="v3.10.0">
<span class="name"><i class="ss ss-dmu"></i> Dominaria United <em>(dmu)</em></span> <span class="name"><i class="ss ss-dmu"></i> Dominaria United <em>(dmu)</em></span>
</div> </div>
<div class="icon" id="bro" name="The Brothers' War" data-name="The Brothers' War" data-class="bro" data-unicode="e99d" data-added="v3.11.0">
<span class="name"><i class="ss ss-bro"></i> The Brothers' War <em>(bro)</em></span>
</div>
</div> </div>
</section> </section>
<section class="content"> <section class="content">
@ -538,6 +541,9 @@
<div class="icon" id="40k" name="Warhammer 40K" data-name="Warhammer 40K" data-class="40k" data-unicode="e998" data-added="v3.10.0" data-duo="true"> <div class="icon" id="40k" name="Warhammer 40K" data-name="Warhammer 40K" data-class="40k" data-unicode="e998" data-added="v3.10.0" data-duo="true">
<span class="name"><i class="ss ss-40k ss-common"></i> Warhammer 40K <em>(40k)</em></span> <span class="name"><i class="ss ss-40k ss-common"></i> Warhammer 40K <em>(40k)</em></span>
</div> </div>
<div class="icon" id="brc" name="The Brothers' War Commander" data-name="The Brothers' War Commander" data-class="brc" data-unicode="e99f" data-added="v3.11.0">
<span class="name"><i class="ss ss-brc"></i> The Brothers' War Commander <em>(brc)</em></span>
</div>
</div> </div>
</section> </section>
<section class="content"> <section class="content">
@ -609,6 +615,9 @@
<div class="icon" id="2x2" name="Double Masters 2022" data-name="Double Masters 2022" data-class="2x2" data-unicode="e99c" data-added="v3.10.0"> <div class="icon" id="2x2" name="Double Masters 2022" data-name="Double Masters 2022" data-class="2x2" data-unicode="e99c" data-added="v3.10.0">
<span class="name"><i class="ss ss-2x2"></i> Double Masters 2022 <em>(2x2)</em></span> <span class="name"><i class="ss ss-2x2"></i> Double Masters 2022 <em>(2x2)</em></span>
</div> </div>
<div class="icon" id="brr" name="The Brothers' War Retro Artifacts" data-name="The Brothers' War Retro Artifacts" data-class="brr" data-unicode="e9a0" data-added="v3.11.0">
<span class="name"><i class="ss ss-brr"></i> The Brothers' War Retro Artifacts <em>(brr)</em></span>
</div>
</div> </div>
</section> </section>
<section class="content"> <section class="content">
@ -936,6 +945,9 @@
<div class="icon" id="zne" name="Zendikar Rising Expeditions" data-name="Zendikar Rising Expeditions" data-class="zne" data-unicode="e97a" data-added="v3.7.0"> <div class="icon" id="zne" name="Zendikar Rising Expeditions" data-name="Zendikar Rising Expeditions" data-class="zne" data-unicode="e97a" data-added="v3.7.0">
<span class="name"><i class="ss ss-zne"></i> Zendikar Rising Expeditions <em>(zne)</em></span> <span class="name"><i class="ss ss-zne"></i> Zendikar Rising Expeditions <em>(zne)</em></span>
</div> </div>
<div class="icon" id="bot" name="The Brothers' War Transformers" data-name="The Brothers' War Transformers" data-class="bot" data-unicode="e99e" data-added="v3.11.0">
<span class="name"><i class="ss ss-bot"></i> The Brothers' War Transformers <em>(bot)</em></span>
</div>
</div> </div>
</section> </section>
<section class="content"> <section class="content">

View File

@ -43,7 +43,7 @@
</a> </a>
</div> </div>
<p> <p>
Current version 3.10.0 includes all sets to Dominaria United. Current version 3.11.0 includes all sets to The Brothers' War.
</p> </p>
</div> </div>
</header> </header>

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 721 KiB

After

Width:  |  Height:  |  Size: 730 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -166,6 +166,8 @@
.@{ss-prefix}-neo:before { content: "\e98c"; } // Kamigawa: Neon Dynasty .@{ss-prefix}-neo:before { content: "\e98c"; } // Kamigawa: Neon Dynasty
.@{ss-prefix}-snc:before { content: "\e98b"; } // Streets of New Capenna .@{ss-prefix}-snc:before { content: "\e98b"; } // Streets of New Capenna
.@{ss-prefix}-dmu:before { content: "\e993"; } // Dominaria United .@{ss-prefix}-dmu:before { content: "\e993"; } // Dominaria United
.@{ss-prefix}-bro:before { content: "\e99d"; } // The Brothers' War
/** /**
* Command Zone */ * Command Zone */
@ -208,6 +210,7 @@
.@{ss-prefix}-clb:before { content: "\e991"; } // Commander Legends: Battle for Baldur's Gate .@{ss-prefix}-clb:before { content: "\e991"; } // Commander Legends: Battle for Baldur's Gate
.@{ss-prefix}-dmc:before { content: "\e994"; } // Dominaria United Commander .@{ss-prefix}-dmc:before { content: "\e994"; } // Dominaria United Commander
.@{ss-prefix}-40k:before { content: "\e998"; } // Warhammer 40K Universes Beyond .@{ss-prefix}-40k:before { content: "\e998"; } // Warhammer 40K Universes Beyond
.@{ss-prefix}-brc:before { content: "\e99f"; } // The Brothers' War Commander
/** /**
* Reprint */ * Reprint */
@ -234,6 +237,7 @@
.@{ss-prefix}-sta:before { content: "\e980"; } // Strixhaven Mystical Archives .@{ss-prefix}-sta:before { content: "\e980"; } // Strixhaven Mystical Archives
.@{ss-prefix}-j21:before { content: "\e983"; } // Jumpstart: Historic Horizons .@{ss-prefix}-j21:before { content: "\e983"; } // Jumpstart: Historic Horizons
.@{ss-prefix}-2x2:before { content: "\e99c"; } // Double Masters 2022 .@{ss-prefix}-2x2:before { content: "\e99c"; } // Double Masters 2022
.@{ss-prefix}-brr:before { content: "\e9a0"; } // The Brothers' War Retro Artifacts
/** /**
* Beginner */ * Beginner */
@ -365,6 +369,7 @@
.@{ss-prefix}-ptg:before { content: "\e965"; } // Ponies: the Galloping .@{ss-prefix}-ptg:before { content: "\e965"; } // Ponies: the Galloping
.@{ss-prefix}-j20:before { content: "\e96a"; } // Judge Academy 2020 .@{ss-prefix}-j20:before { content: "\e96a"; } // Judge Academy 2020
.@{ss-prefix}-zne:before { content: "\e97a"; } // Zendikar Rising Expeditions .@{ss-prefix}-zne:before { content: "\e97a"; } // Zendikar Rising Expeditions
.@{ss-prefix}-bot:before { content: "\e99e"; } // The Brothers' War Transformers
/** /**
* Secret Lairs */ * Secret Lairs */

View File

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

View File

@ -1,7 +1,7 @@
{ {
"name": "keyrune", "name": "keyrune",
"description": "Keyrune", "description": "Keyrune",
"version": "3.10.0", "version": "3.11.0",
"author": { "author": {
"name": "Andrew Gioia", "name": "Andrew Gioia",
"email": "andrew@gioia.email", "email": "andrew@gioia.email",

View File

@ -1,7 +1,7 @@
/** /**
* Globals */ * Globals */
$keyrune_version: '3.10.0' !default; $keyrune_version: '3.11.0' !default;
$keyrune_font_path: '../fonts' !default; $keyrune_font_path: '../fonts' !default;
// font specific // font specific
@ -227,6 +227,7 @@ $keyrune_sets: (
("Kamigawa: Neon Dynasty", "neo", "\e98c"), ("Kamigawa: Neon Dynasty", "neo", "\e98c"),
("Streets of New Capenna", "snc", "\e98b"), ("Streets of New Capenna", "snc", "\e98b"),
("Dominaria United", "dmu", "\e993"), ("Dominaria United", "dmu", "\e993"),
("The Brothers' War", "bro", "\e99d"),
// //
// Command zone // Command zone
("Vanguard", "van", "\e655"), ("Vanguard", "van", "\e655"),
@ -268,6 +269,7 @@ $keyrune_sets: (
("Commander Legends: Battle for Baldur's Gate", "clb", "\e991"), ("Commander Legends: Battle for Baldur's Gate", "clb", "\e991"),
("Dominaria United Commander", "dmc", "\e994"), ("Dominaria United Commander", "dmc", "\e994"),
("Warhammer 40K", "40k", "\e998"), ("Warhammer 40K", "40k", "\e998"),
("The Brothers' War Commander", "brc", "\e99f"),
// //
// Reprint sets // Reprint sets
("Chronicles", "chr", "\e65e"), ("Chronicles", "chr", "\e65e"),
@ -291,6 +293,7 @@ $keyrune_sets: (
("Modern Horizons 2", "mh2", "\e97b"), ("Modern Horizons 2", "mh2", "\e97b"),
("Strixhaven: Mystical Archives", "sta", "\e980"), ("Strixhaven: Mystical Archives", "sta", "\e980"),
("Double Masters 2022", "2x2", "\e99c"), ("Double Masters 2022", "2x2", "\e99c"),
("The Brothers' War Retro Artifacts", "brr", "\e9a0"),
// //
// Beginner // Beginner
("Portal", "por", "\e664"), ("Portal", "por", "\e664"),
@ -404,6 +407,7 @@ $keyrune_sets: (
("Heroes of the Realm 2017", "htr17", "\e687"), ("Heroes of the Realm 2017", "htr17", "\e687"),
("Judge Academy 2020", "j20", "\e96a"), ("Judge Academy 2020", "j20", "\e96a"),
("Zendikar Rising Expeditions", "zne", "\e97a"), ("Zendikar Rising Expeditions", "zne", "\e97a"),
("The Brothers' War Transformers", "bot", "\e99e"),
// //
// Secret Lairs // Secret Lairs
("Secret Lair: Ultimate Edition", "slu", "\e687"), ("Secret Lair: Ultimate Edition", "slu", "\e687"),