Pulling in C18

This commit is contained in:
Andrew Gioia 2018-07-24 16:16:55 -04:00
parent e65c839518
commit 77196e78e3
12 changed files with 19 additions and 11 deletions

View File

@ -87,6 +87,7 @@
<span class="utf"><i>&#xe900;</i> ss-c15 <code>&amp;#xe900;</code></span>
<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>&#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>

View File

@ -37,7 +37,7 @@
<i class="ss ss-pmtg2"></i>
Download
</a>
<h2 class="sub">Complete 225 Magic set symbol font icons</h2>
<h2 class="sub">Complete 226 Magic set symbol font icons</h2>
</div>
</header>
@ -45,7 +45,7 @@
<div class="wrapper">
<section>
<h3>
View the full list of 225 set and expansion symbols below, for all sets and special edition products up to <strong>Dominaria and Battlebond</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 226 set and expansion symbols below, for all sets and special edition products up to <strong>Dominaria and Commander 2018</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>.
@ -421,6 +421,9 @@
<div class="icon" id="bbd" name="Battlebond" data-name="Battlebond" data-class="bbd" data-unicode="e942" data-added="v3.2.1">
<span class="name"><i class="ss ss-bbd"></i> Battlebond <em>(bbd)</em></span>
</div>
<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>
</section>
<section class="content">

View File

@ -45,7 +45,7 @@
</a>
</div>
<p>
Current version 3.2.2 includes all sets to Dominaria and Battlebond.
Current version 3.2.3 includes all sets to Dominaria and Commander 2018.
</p>
</div>
</header>

View File

@ -2,8 +2,8 @@
* Global */
@font-face {
font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.2.2');
src: url('../fonts/keyrune.eot?#iefix&v=3.2.2') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.2.2') format('woff2'), url('../fonts/keyrune.woff?v=3.2.2') format('woff'), url('../fonts/keyrune.ttf?v=3.2.2') format('truetype'), url('../fonts/keyrune.svg?v=3.2.2#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.2.3');
src: url('../fonts/keyrune.eot?#iefix&v=3.2.3') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.2.3') format('woff2'), url('../fonts/keyrune.woff?v=3.2.3') format('woff'), url('../fonts/keyrune.ttf?v=3.2.3') format('truetype'), url('../fonts/keyrune.svg?v=3.2.3#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
@ -530,6 +530,9 @@
.ss-bbd:before {
content: "\e942";
}
.ss-c18:before {
content: "\e946";
}
/**
* 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: 398 KiB

After

Width:  |  Height:  |  Size: 399 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.2.2",
"resolved": "https://registry.npmjs.org/keyrune/-/keyrune-3.2.2.tgz",
"integrity": "sha512-b58Jvx7o4OwrOvxyde07uO/Ko8U0rhScocBy3foaB+doAaPSuGSEQe77/KMEOZQ1NP9xPNV21OS7PN10sTxLjA=="
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/keyrune/-/keyrune-3.2.3.tgz",
"integrity": "sha512-ZvyhLHJ4liKOYeRVEhXCcSTnUnK8/wqfFhW2w58RxGGoswzrOptg7GjerQu8Hjs55niRH6PEBwCR0QtMiZLJLg=="
},
"zepto": {
"version": "1.2.0",

View File

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