mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-11-05 00:24:46 +00:00
Adds Brothers War set, commander, and promo symbols
This commit is contained in:
parent
adb3e43243
commit
dd97c25368
@ -10,6 +10,13 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## 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
|
||||
|
||||
* **Added:** Dominaria United (DMU) set symbol
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Keyrune v3.10.0
|
||||
# Keyrune v3.11.0
|
||||
|
||||
## The Magic: the Gathering set symbol font!
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "keyrune",
|
||||
"homepage": "http://keyrune.andrewgioia.com",
|
||||
"version": "3.10.0",
|
||||
"version": "3.11.0",
|
||||
"authors": [
|
||||
"Andrew Gioia <andrew@gioia.email>"
|
||||
],
|
||||
|
@ -2,8 +2,8 @@
|
||||
* Global */
|
||||
@font-face {
|
||||
font-family: 'Keyrune';
|
||||
src: url('../fonts/keyrune.eot?v=3.10.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?v=3.11.0');
|
||||
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-style: normal;
|
||||
}
|
||||
@ -645,6 +645,9 @@
|
||||
.ss-dmu:before {
|
||||
content: "\e993";
|
||||
}
|
||||
.ss-bro:before {
|
||||
content: "\e99d";
|
||||
}
|
||||
/**
|
||||
* Command Zone */
|
||||
.ss-van:before {
|
||||
@ -757,6 +760,9 @@
|
||||
.ss-40k:before {
|
||||
content: "\e998";
|
||||
}
|
||||
.ss-brc:before {
|
||||
content: "\e99f";
|
||||
}
|
||||
/**
|
||||
* Reprint */
|
||||
.ss-chr:before {
|
||||
@ -825,6 +831,9 @@
|
||||
.ss-2x2:before {
|
||||
content: "\e99c";
|
||||
}
|
||||
.ss-brr:before {
|
||||
content: "\e9a0";
|
||||
}
|
||||
/**
|
||||
* Beginner */
|
||||
.ss-por:before {
|
||||
@ -1120,6 +1129,9 @@
|
||||
.ss-zne:before {
|
||||
content: "\e97a";
|
||||
}
|
||||
.ss-bot:before {
|
||||
content: "\e99e";
|
||||
}
|
||||
/**
|
||||
* Secret Lairs */
|
||||
.ss-slu:before {
|
||||
|
2
css/keyrune.min.css
vendored
2
css/keyrune.min.css
vendored
File diff suppressed because one or more lines are too long
2
docs/assets/keyrune.min.css
vendored
2
docs/assets/keyrune.min.css
vendored
File diff suppressed because one or more lines are too long
@ -90,7 +90,11 @@
|
||||
<span class="utf"><i></i> ss-bfz <code>&#xe699;</code></span>
|
||||
<span class="utf"><i></i> ss-bng <code>&#xe651;</code></span>
|
||||
<span class="utf"><i></i> ss-bok <code>&#xe635;</code></span>
|
||||
<span class="utf"><i></i> ss-bot <code>&#xe99e;</code></span>
|
||||
<span class="utf"><i></i> ss-brb <code>&#xe660;</code></span>
|
||||
<span class="utf"><i></i> ss-brc <code>&#xe99f;</code></span>
|
||||
<span class="utf"><i></i> ss-bro <code>&#xe99d;</code></span>
|
||||
<span class="utf"><i></i> ss-brr <code>&#xe9a0;</code></span>
|
||||
<span class="utf"><i></i> ss-btd <code>&#xe661;</code></span>
|
||||
<span class="utf"><i></i> ss-c13 <code>&#xe65b;</code></span>
|
||||
<span class="utf"><i></i> ss-c14 <code>&#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.
@ -37,7 +37,7 @@
|
||||
<i class="ss ss-pmtg2"></i>
|
||||
Download
|
||||
</a>
|
||||
<h2 class="sub">Complete 293 Magic set symbol font icons</h2>
|
||||
<h2 class="sub">Complete 297 Magic set symbol font icons</h2>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@ -45,7 +45,7 @@
|
||||
<div class="wrapper">
|
||||
<section>
|
||||
<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>
|
||||
<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>.
|
||||
@ -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">
|
||||
<span class="name"><i class="ss ss-dmu"></i> Dominaria United <em>(dmu)</em></span>
|
||||
</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>
|
||||
</section>
|
||||
<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">
|
||||
<span class="name"><i class="ss ss-40k ss-common"></i> Warhammer 40K <em>(40k)</em></span>
|
||||
</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>
|
||||
</section>
|
||||
<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">
|
||||
<span class="name"><i class="ss ss-2x2"></i> Double Masters 2022 <em>(2x2)</em></span>
|
||||
</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>
|
||||
</section>
|
||||
<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">
|
||||
<span class="name"><i class="ss ss-zne"></i> Zendikar Rising Expeditions <em>(zne)</em></span>
|
||||
</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>
|
||||
</section>
|
||||
<section class="content">
|
||||
|
@ -43,7 +43,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<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>
|
||||
</div>
|
||||
</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.
@ -166,6 +166,8 @@
|
||||
.@{ss-prefix}-neo:before { content: "\e98c"; } // Kamigawa: Neon Dynasty
|
||||
.@{ss-prefix}-snc:before { content: "\e98b"; } // Streets of New Capenna
|
||||
.@{ss-prefix}-dmu:before { content: "\e993"; } // Dominaria United
|
||||
.@{ss-prefix}-bro:before { content: "\e99d"; } // The Brothers' War
|
||||
|
||||
|
||||
/**
|
||||
* Command Zone */
|
||||
@ -208,6 +210,7 @@
|
||||
.@{ss-prefix}-clb:before { content: "\e991"; } // Commander Legends: Battle for Baldur's Gate
|
||||
.@{ss-prefix}-dmc:before { content: "\e994"; } // Dominaria United Commander
|
||||
.@{ss-prefix}-40k:before { content: "\e998"; } // Warhammer 40K Universes Beyond
|
||||
.@{ss-prefix}-brc:before { content: "\e99f"; } // The Brothers' War Commander
|
||||
|
||||
/**
|
||||
* Reprint */
|
||||
@ -234,6 +237,7 @@
|
||||
.@{ss-prefix}-sta:before { content: "\e980"; } // Strixhaven Mystical Archives
|
||||
.@{ss-prefix}-j21:before { content: "\e983"; } // Jumpstart: Historic Horizons
|
||||
.@{ss-prefix}-2x2:before { content: "\e99c"; } // Double Masters 2022
|
||||
.@{ss-prefix}-brr:before { content: "\e9a0"; } // The Brothers' War Retro Artifacts
|
||||
|
||||
/**
|
||||
* Beginner */
|
||||
@ -365,6 +369,7 @@
|
||||
.@{ss-prefix}-ptg:before { content: "\e965"; } // Ponies: the Galloping
|
||||
.@{ss-prefix}-j20:before { content: "\e96a"; } // Judge Academy 2020
|
||||
.@{ss-prefix}-zne:before { content: "\e97a"; } // Zendikar Rising Expeditions
|
||||
.@{ss-prefix}-bot:before { content: "\e99e"; } // The Brothers' War Transformers
|
||||
|
||||
/**
|
||||
* Secret Lairs */
|
||||
|
@ -2,6 +2,6 @@
|
||||
* Global */
|
||||
|
||||
@ss-font-path: '../fonts';
|
||||
@ss-version: '3.10.0';
|
||||
@ss-version: '3.11.0';
|
||||
@ss-font-size-base: 14px;
|
||||
@ss-prefix: ss;
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "keyrune",
|
||||
"description": "Keyrune",
|
||||
"version": "3.10.0",
|
||||
"version": "3.11.0",
|
||||
"author": {
|
||||
"name": "Andrew Gioia",
|
||||
"email": "andrew@gioia.email",
|
||||
|
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* Globals */
|
||||
|
||||
$keyrune_version: '3.10.0' !default;
|
||||
$keyrune_version: '3.11.0' !default;
|
||||
$keyrune_font_path: '../fonts' !default;
|
||||
|
||||
// font specific
|
||||
@ -227,6 +227,7 @@ $keyrune_sets: (
|
||||
("Kamigawa: Neon Dynasty", "neo", "\e98c"),
|
||||
("Streets of New Capenna", "snc", "\e98b"),
|
||||
("Dominaria United", "dmu", "\e993"),
|
||||
("The Brothers' War", "bro", "\e99d"),
|
||||
//
|
||||
// Command zone
|
||||
("Vanguard", "van", "\e655"),
|
||||
@ -268,6 +269,7 @@ $keyrune_sets: (
|
||||
("Commander Legends: Battle for Baldur's Gate", "clb", "\e991"),
|
||||
("Dominaria United Commander", "dmc", "\e994"),
|
||||
("Warhammer 40K", "40k", "\e998"),
|
||||
("The Brothers' War Commander", "brc", "\e99f"),
|
||||
//
|
||||
// Reprint sets
|
||||
("Chronicles", "chr", "\e65e"),
|
||||
@ -291,6 +293,7 @@ $keyrune_sets: (
|
||||
("Modern Horizons 2", "mh2", "\e97b"),
|
||||
("Strixhaven: Mystical Archives", "sta", "\e980"),
|
||||
("Double Masters 2022", "2x2", "\e99c"),
|
||||
("The Brothers' War Retro Artifacts", "brr", "\e9a0"),
|
||||
//
|
||||
// Beginner
|
||||
("Portal", "por", "\e664"),
|
||||
@ -404,6 +407,7 @@ $keyrune_sets: (
|
||||
("Heroes of the Realm 2017", "htr17", "\e687"),
|
||||
("Judge Academy 2020", "j20", "\e96a"),
|
||||
("Zendikar Rising Expeditions", "zne", "\e97a"),
|
||||
("The Brothers' War Transformers", "bot", "\e99e"),
|
||||
//
|
||||
// Secret Lairs
|
||||
("Secret Lair: Ultimate Edition", "slu", "\e687"),
|
||||
|
Loading…
Reference in New Issue
Block a user