Updating to 3.1.5

This commit is contained in:
Andrew Gioia 2017-10-10 13:55:40 -04:00
parent d61c920f5c
commit 846d68e8d7
10 changed files with 24 additions and 8 deletions

View File

@ -248,7 +248,9 @@
<span class="utf"><i>&#xe68a;</i> ss-pbook <code>&amp;#xe68a;</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>
<span class="utf"><i>&#xe683;</i> ss-pgru <code>&amp;#xe683;</code></span>
<span class="utf"><i>&#xe936;</i> ss-pheart <code>&amp;#xe936;</code></span>
<span class="utf"><i>&#xe92c;</i> ss-pidw <code>&amp;#xe92c;</code></span>
<span class="utf"><i>&#xe686;</i> ss-pleaf <code>&amp;#xe686;</code></span>
<span class="utf"><i>&#xe687;</i> ss-pmei <code>&amp;#xe687;</code></span>

View File

@ -37,7 +37,7 @@
<i class="ss ss-pmtg2"></i>
Download
</a>
<h2 class="sub">Complete 209 Magic set symbol font icons</h2>
<h2 class="sub">Complete 211 Magic set symbol font icons</h2>
</div>
</header>
@ -45,7 +45,7 @@
<div class="wrapper">
<section>
<h3>
View the full list of 209 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 211 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>.
@ -661,6 +661,9 @@
<div class="icon" id="pdrc" name="Dragon*Con Promo"data-name="Dragon*Con Promo" data-class="pdrc" data-unicode="e932" data-added="v3.1.2">
<span class="name"><i class="ss ss-pdrc"></i> Dragon*Con Promo <em>(pdrc)</em></span>
</div>
<div class="icon" id="pheart" name="Phoenix Heart Celebration Card"data-name="Phoenix Heart (card)" data-class="pheart" data-unicode="e936" data-added="v3.1.5">
<span class="name"><i class="ss ss-pheart"></i> Phoenix Heart (card) <em>(pheart)</em></span>
</div>
</div>
</section>
<section class="content">
@ -736,6 +739,9 @@
<div class="icon" id="peuro" name="Euro Lands" data-name="Euro Lands" data-class="peuro" data-unicode="e92b" data-added="v3.0.0">
<span class="name"><i class="ss ss-peuro"></i> Euro Lands <em>(peuro)</em></span>
</div>
<div class="icon" id="pfnm" name="Friday Night Magic" data-name="Friday Night Magic" data-class="pfnm" data-unicode="e937" data-added="v3.1.5">
<span class="name"><i class="ss ss-pfnm"></i> Friday Night Magic <em>(pfnm)</em></span>
</div>
</div>
</section>
</div>

View File

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

10
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.4');
src: url('../fonts/keyrune.eot?#iefix&v=3.1.4') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.1.4') format('woff2'), url('../fonts/keyrune.woff?v=3.1.4') format('woff'), url('../fonts/keyrune.ttf?v=3.1.4') format('truetype'), url('../fonts/keyrune.svg?v=3.1.4#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.1.5');
src: url('../fonts/keyrune.eot?#iefix&v=3.1.5') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.1.5') format('woff2'), url('../fonts/keyrune.woff?v=3.1.5') format('woff'), url('../fonts/keyrune.ttf?v=3.1.5') format('truetype'), url('../fonts/keyrune.svg?v=3.1.5#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
@ -753,6 +753,9 @@
.ss-pdrc:before {
content: "\e932";
}
.ss-pheart:before {
content: "\e936";
}
/**
* Online */
.ss-med:before {
@ -822,6 +825,9 @@
.ss-peuro:before {
content: "\e92b";
}
.ss-pfnm:before {
content: "\e937";
}
.ss-border:after {
content: "";
position: absolute;

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

After

Width:  |  Height:  |  Size: 373 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.