Pulling in 3.5.0 with ELD and C19

This commit is contained in:
Andrew Gioia 2019-08-16 15:35:29 -04:00
parent 9acfd1afe3
commit 2bc32abebe
12 changed files with 1035 additions and 10 deletions

View File

@ -92,6 +92,7 @@
<span class="utf"><i>&#xe910;</i> ss-c16 <code>&amp;#xe910;</code></span>
<span class="utf"><i>&#xe934;</i> ss-c17 <code>&amp;#xe934;</code></span>
<span class="utf"><i>&#xe946;</i> ss-c18 <code>&amp;#xe946;</code></span>
<span class="utf"><i>&#xe95f;</i> ss-c19 <code>&amp;#xe95f;</code></span>
<span class="utf"><i>&#xe634;</i> ss-chk <code>&amp;#xe634;</code></span>
<span class="utf"><i>&#xe65e;</i> ss-chr <code>&amp;#xe65e;</code></span>
<span class="utf"><i>&#xe65a;</i> ss-cm1 <code>&amp;#xe65a;</code></span>
@ -134,6 +135,7 @@
<span class="utf"><i>&#xe693;</i> ss-dtk <code>&amp;#xe693;</code></span>
<span class="utf"><i>&#xe92d;</i> ss-e01 <code>&amp;#xe92d;</code></span>
<span class="utf"><i>&#xe931;</i> ss-e02 <code>&amp;#xe931;</code></span>
<span class="utf"><i>&#xe95e;</i> ss-eld <code>&amp;#xe95e;</code></span>
<span class="utf"><i>&#xe903;</i> ss-ema <code>&amp;#xe903;</code></span>
<span class="utf"><i>&#xe90b;</i> ss-emn <code>&amp;#xe90b;</code></span>
<span class="utf"><i>&#xe640;</i> ss-eve <code>&amp;#xe640;</code></span>

View File

@ -37,7 +37,7 @@
<i class="ss ss-pmtg2"></i>
Download
</a>
<h2 class="sub">Complete 249 Magic set symbol font icons</h2>
<h2 class="sub">Complete 251 Magic set symbol font icons</h2>
</div>
</header>
@ -45,7 +45,7 @@
<div class="wrapper">
<section>
<h3>
View the full list of 249 set and expansion symbols below, for all sets and special edition products up to <strong>War of the Spark</strong> and <strong>Magic 2020</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 251 set and expansion symbols below, for all sets and special edition products up to <strong>Throne of Eldraine</strong> and <strong>Commander 2019</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://andrewgioia.github.io/Keyrune/icons.html?icon=ody">https://andrewgioia.github.io/Keyrune/icons.html?icon=ody</a>.
@ -383,6 +383,9 @@
<div class="icon" id="war" name="War of the Spark" data-name="War of the Spark" data-class="war" data-unicode="e95a" data-added="v3.4.0">
<span class="name"><i class="ss ss-war"></i> War of the Spark <em>(war)</em></span>
</div>
<div class="icon" id="eld" name="Throne of Eldraine" data-name="Throne of Eldraine" data-class="eld" data-unicode="e95e" data-added="v3.5.0">
<span class="name"><i class="ss ss-eld"></i> Throne of Eldraine <em>(eld)</em></span>
</div>
</div>
</section>
<section class="content">
@ -448,6 +451,9 @@
<div class="icon" id="c18" name="Commander 2018" data-name="Commander 2018" data-class="c18" data-unicode="e946" data-added="v3.2.3">
<span class="name"><i class="ss ss-c18"></i> Commander 2018 <em>(c18)</em></span>
</div>
<div class="icon" id="c19" name="Commander 2019" data-name="Commander 2019" data-class="c19" data-unicode="e945f" data-added="v3.5.0">
<span class="name"><i class="ss ss-c19"></i> Commander 2019 <em>(c19)</em></span>
</div>
</div>
</section>
<section class="content">

View File

@ -45,7 +45,7 @@
</a>
</div>
<p>
Current version 3.4.3 includes all sets to War of the Spark and Magic 2020.
Current version 3.5.0 includes all sets to Throne of Eldraine and Commander 2019.
</p>
</div>
</header>

11
node_modules/keyrune/css/keyrune.css generated vendored
View File

@ -2,8 +2,8 @@
* Global */
@font-face {
font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.4.3');
src: url('../fonts/keyrune.eot?#iefix&v=3.4.3') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.4.3') format('woff2'), url('../fonts/keyrune.woff?v=3.4.3') format('woff'), url('../fonts/keyrune.ttf?v=3.4.3') format('truetype'), url('../fonts/keyrune.svg?v=3.4.3#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.5.0');
src: url('../fonts/keyrune.eot?#iefix&v=3.5.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.5.0') format('woff2'), url('../fonts/keyrune.woff?v=3.5.0') format('woff'), url('../fonts/keyrune.ttf?v=3.5.0') format('truetype'), url('../fonts/keyrune.svg?v=3.5.0#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
@ -497,6 +497,10 @@
.ss-war:before {
content: "\e95a";
}
/* Eldraine Block */
.ss-eld:before {
content: "\e95e";
}
/**
* Command Zone */
.ss-van:before {
@ -560,6 +564,9 @@
.ss-c18:before {
content: "\e946";
}
.ss-c19:before {
content: "\e95f";
}
/**
* Reprint */
.ss-chr:before {

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: 525 KiB

After

Width:  |  Height:  |  Size: 529 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

6
package-lock.json generated
View File

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"keyrune": {
"version": "3.4.3",
"resolved": "https://registry.npmjs.org/keyrune/-/keyrune-3.4.3.tgz",
"integrity": "sha512-BS/QIx8bwms9fMNoK1uuodc5kMvT6kVr/bcd/ELxt/pI02FmVgzl/aZ1l51jtmuJWbTsS+Bd0h/9xKWMZ0jrIw=="
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/keyrune/-/keyrune-3.5.0.tgz",
"integrity": "sha512-qJhO/9mdcYbS+pVZL0l+nUUyUKBIwnXXJQwH1PDdrYQ4ugfd0AWzZy+KY7teNNjSE19E3HpSDZuyP6uLH4BlUA=="
},
"zepto": {
"version": "1.2.0",

View File

@ -4,7 +4,7 @@
"description": "Keyrune documentation website",
"main": "index.html",
"dependencies": {
"keyrune": "^3.4.3",
"keyrune": "^3.5.0",
"zepto": "*"
},
"devDependencies": {},