Pulling 3.1.7 and 3.1.8 for new promo icons

This commit is contained in:
Andrew Gioia 2018-01-08 10:23:55 -05:00
parent 6db39aa9dc
commit db2183cab6
10 changed files with 30 additions and 6 deletions

View File

@ -248,6 +248,7 @@
<span class="utf"><i>&#xe68c;</i> ss-parl2 <code>&amp;#xe68c;</code></span>
<span class="utf"><i>&#xe68b;</i> ss-past <code>&amp;#xe68b;</code></span>
<span class="utf"><i>&#xe68a;</i> ss-pbook <code>&amp;#xe68a;</code></span>
<span class="utf"><i>&#xe93a;</i> ss-pdep <code>&amp;#xe93a;</code></span>
<span class="utf"><i>&#xe932;</i> ss-pdrc <code>&amp;#xe932;</code></span>
<span class="utf"><i>&#xe92b;</i> ss-peuro <code>&amp;#xe92b;</code></span>
<span class="utf"><i>&#xe937;</i> ss-pfnm <code>&amp;#xe937;</code></span>
@ -264,7 +265,9 @@
<span class="utf"><i>&#xe915;</i> ss-pxbox <code>&amp;#xe915;</code></span>
<span class="utf"><i>&#xe909;</i> ss-psalvat05 <code>&amp;#xe909;</code></span>
<span class="utf"><i>&#xe90a;</i> ss-psalvat11 <code>&amp;#xe90a;</code></span>
<span class="utf"><i>&#xe93b;</i> ss-psega <code>&amp;#xe93b;</code></span>
<span class="utf"><i>&#xe605;</i> ss-psum <code>&amp;#xe605;</code></span>
<span class="utf"><i>&#xe93c;</i> ss-ptsa <code>&amp;#xe93c;</code></span>
<span class="utf"><i>&#xe90c;</i> ss-pz1 <code>&amp;#xe90c;</code></span>
<span class="utf"><i>&#xe91f;</i> ss-pz2 <code>&amp;#xe91f;</code></span>
<span class="utf"><i>&#xe928;</i> ss-x2ps <code>&amp;#xe928;</code></span>

View File

@ -37,7 +37,7 @@
<i class="ss ss-pmtg2"></i>
Download
</a>
<h2 class="sub">Complete 213 Magic set symbol font icons</h2>
<h2 class="sub">Complete 216 Magic set symbol font icons</h2>
</div>
</header>
@ -45,7 +45,7 @@
<div class="wrapper">
<section>
<h3>
View the full list of 213 set and expansion symbols below, for all sets and special edition products up to <strong>Rivals of Ixalan</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 216 set and expansion symbols below, for all sets and special edition products up to <strong>Rivals of Ixalan</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>.
@ -670,6 +670,15 @@
<div class="icon" id="h17" name="HasCon 2017" data-name="HasCon 2017" data-class="h17" data-unicode="e938" data-added="v3.1.6">
<span class="name"><i class="ss ss-h17"></i> HasCon 2017 <em>(h17)</em></span>
</div>
<div class="icon" id="pdep" name="Duelist: Extra Pulled" data-name="Duelist: Extra Pulled" data-class="pdep" data-unicode="e93a" data-added="v3.1.7">
<span class="name"><i class="ss ss-pdep"></i> Duelist: Extra Pulled <em>(pdep)</em></span>
</div>
<div class="icon" id="psega" name="SEGA Dreamcast" data-name="SEGA Dreamcast" data-class="psega" data-unicode="e93b" data-added="v3.1.7">
<span class="name"><i class="ss ss-psega"></i> SEGA Dreamcast <em>(psega)</em></span>
</div>
<div class="icon" id="ptsa" name="The Sorcerer's Apprentice" data-name="The Sorcerer's Apprentice" data-class="ptsa" data-unicode="e93c" data-added="v3.1.7">
<span class="name"><i class="ss ss-ptsa"></i> The Sorcerer's Apprentice <em>(ptsa)</em></span>
</div>
</div>
</section>
<section class="content">

View File

@ -45,7 +45,7 @@
</a>
</div>
<p>
Current version 3.1.6 includes all sets to Rivals of Ixalan.
Current version 3.1.8 includes all sets to Rivals of Ixalan.
</p>
</div>
</header>

13
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.1.6');
src: url('../fonts/keyrune.eot?#iefix&v=3.1.6') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.1.6') format('woff2'), url('../fonts/keyrune.woff?v=3.1.6') format('woff'), url('../fonts/keyrune.ttf?v=3.1.6') format('truetype'), url('../fonts/keyrune.svg?v=3.1.6#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.1.8');
src: url('../fonts/keyrune.eot?#iefix&v=3.1.8') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.1.8') format('woff2'), url('../fonts/keyrune.woff?v=3.1.8') format('woff'), url('../fonts/keyrune.ttf?v=3.1.8') format('truetype'), url('../fonts/keyrune.svg?v=3.1.8#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
@ -762,6 +762,15 @@
.ss-h17:before {
content: "\e938";
}
.ss-pdep:before {
content: "\e93a";
}
.ss-psega:before {
content: "\e93b";
}
.ss-ptsa:before {
content: "\e93c";
}
/**
* Online */
.ss-med: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: 374 KiB

After

Width:  |  Height:  |  Size: 379 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.