mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 15:39:56 +00:00
Updating to 3.1.5
This commit is contained in:
parent
d61c920f5c
commit
846d68e8d7
@ -248,7 +248,9 @@
|
||||
<span class="utf"><i></i> ss-pbook <code>&#xe68a;</code></span>
|
||||
<span class="utf"><i></i> ss-pdrc <code>&#xe932;</code></span>
|
||||
<span class="utf"><i></i> ss-peuro <code>&#xe92b;</code></span>
|
||||
<span class="utf"><i></i> ss-pfnm <code>&#xe937;</code></span>
|
||||
<span class="utf"><i></i> ss-pgru <code>&#xe683;</code></span>
|
||||
<span class="utf"><i></i> ss-pheart <code>&#xe936;</code></span>
|
||||
<span class="utf"><i></i> ss-pidw <code>&#xe92c;</code></span>
|
||||
<span class="utf"><i></i> ss-pleaf <code>&#xe686;</code></span>
|
||||
<span class="utf"><i></i> ss-pmei <code>&#xe687;</code></span>
|
||||
|
10
icons.html
10
icons.html
@ -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>
|
||||
|
@ -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
10
node_modules/keyrune/css/keyrune.css
generated
vendored
@ -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;
|
||||
|
2
node_modules/keyrune/css/keyrune.min.css
generated
vendored
2
node_modules/keyrune/css/keyrune.min.css
generated
vendored
File diff suppressed because one or more lines are too long
BIN
node_modules/keyrune/fonts/keyrune.eot
generated
vendored
BIN
node_modules/keyrune/fonts/keyrune.eot
generated
vendored
Binary file not shown.
6
node_modules/keyrune/fonts/keyrune.svg
generated
vendored
6
node_modules/keyrune/fonts/keyrune.svg
generated
vendored
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 354 KiB After Width: | Height: | Size: 373 KiB |
BIN
node_modules/keyrune/fonts/keyrune.ttf
generated
vendored
BIN
node_modules/keyrune/fonts/keyrune.ttf
generated
vendored
Binary file not shown.
BIN
node_modules/keyrune/fonts/keyrune.woff
generated
vendored
BIN
node_modules/keyrune/fonts/keyrune.woff
generated
vendored
Binary file not shown.
BIN
node_modules/keyrune/fonts/keyrune.woff2
generated
vendored
BIN
node_modules/keyrune/fonts/keyrune.woff2
generated
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user