Pulling in 3.4.2

This commit is contained in:
Andrew Gioia 2019-05-21 12:40:01 -04:00
parent 2a78959bfb
commit e007b7dc8f
12 changed files with 19 additions and 11 deletions

View File

@ -228,6 +228,7 @@
<span class="utf"><i>&#xe636;</i> ss-sok <code>&amp;#xe636;</code></span>
<span class="utf"><i>&#xe647;</i> ss-som <code>&amp;#xe647;</code></span>
<span class="utf"><i>&#xe944;</i> ss-ss1 <code>&amp;#xe944;</code></span>
<span class="utf"><i>&#xe95c;</i> ss-ss2 <code>&amp;#xe95c;</code></span>
<span class="utf"><i>&#xe620;</i> ss-sth <code>&amp;#xe620;</code></span>
<span class="utf"><i>&#xe91c;</i> ss-td2 <code>&amp;#xe91c;</code></span>
<span class="utf"><i>&#xe650;</i> ss-ths <code>&amp;#xe650;</code></span>

View File

@ -37,7 +37,7 @@
<i class="ss ss-pmtg2"></i>
Download
</a>
<h2 class="sub">Complete 247 Magic set symbol font icons</h2>
<h2 class="sub">Complete 248 Magic set symbol font icons</h2>
</div>
</header>
@ -45,7 +45,7 @@
<div class="wrapper">
<section>
<h3>
View the full list of 247 set and expansion symbols below, for all sets and special edition products up to <strong>War of the Spark</strong> and <strong>Modern Horizons</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 248 set and expansion symbols below, for all sets and special edition products up to <strong>War of the Spark</strong> and <strong>Modern Horizons</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>.
@ -655,6 +655,9 @@
<div class="icon" id="ss1" name="Signature Spellbook: Jace" data-name="Signature Spellbook: Jace" data-class="ss1" data-unicode="e944" data-added="v3.2.2">
<span class="name"><i class="ss ss-ss1"></i> Jace <em>(ss1)</em></span>
</div>
<div class="icon" id="ss2" name="Signature Spellbook: Gideon" data-name="Signature Spellbook: Gideon" data-class="ss2" data-unicode="e95c" data-added="v3.4.2">
<span class="name"><i class="ss ss-ss2"></i> Gideon <em>(ss2)</em></span>
</div>
</div>
</section>
<section class="content">

View File

@ -45,7 +45,7 @@
</a>
</div>
<p>
Current version 3.4.1 includes all sets to War of the Spark.
Current version 3.4.2 includes all sets to War of the Spark.
</p>
</div>
</header>

View File

@ -2,8 +2,8 @@
* Global */
@font-face {
font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.4.0');
src: url('../fonts/keyrune.eot?#iefix&v=3.4.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.4.0') format('woff2'), url('../fonts/keyrune.woff?v=3.4.0') format('woff'), url('../fonts/keyrune.ttf?v=3.4.0') format('truetype'), url('../fonts/keyrune.svg?v=3.4.0#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.4.2');
src: url('../fonts/keyrune.eot?#iefix&v=3.4.2') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.4.2') format('woff2'), url('../fonts/keyrune.woff?v=3.4.2') format('woff'), url('../fonts/keyrune.ttf?v=3.4.2') format('truetype'), url('../fonts/keyrune.svg?v=3.4.2#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
@ -750,6 +750,9 @@
.ss-ss1:before {
content: "\e944";
}
.ss-ss2:before {
content: "\e95c";
}
/**
* Global Series */
.ss-gs1: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: 512 KiB

After

Width:  |  Height:  |  Size: 523 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.1",
"resolved": "https://registry.npmjs.org/keyrune/-/keyrune-3.4.1.tgz",
"integrity": "sha512-VIircT/bkX1adfP5Cauyixa71SLexhZq4/ZXYPe4fcvKN9FAJ7ZAEpYKu0Odt9dhGsRiDy4O5cMoopeQMztChA=="
"version": "3.4.2",
"resolved": "https://registry.npmjs.org/keyrune/-/keyrune-3.4.2.tgz",
"integrity": "sha512-6k8lthwQbe5O1XK99C6I0BADZ6c6+ZdsJBvMxuvttQAR+yKWfJ4j2A+uLS47LFi4vb0xZiu3oORjUhxtKoSbqQ=="
},
"zepto": {
"version": "1.2.0",

View File

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