Pulling in UMA update

This commit is contained in:
Andrew Gioia 2018-11-05 17:14:15 -05:00
parent e2f672132b
commit ab35c3fb79
12 changed files with 18 additions and 10 deletions

View File

@ -235,6 +235,7 @@
<span class="utf"><i>&#xe624;</i> ss-uds <code>&amp;#xe624;</code></span>
<span class="utf"><i>&#xe691;</i> ss-ugl <code>&amp;#xe691;</code></span>
<span class="utf"><i>&#xe623;</i> ss-ulg <code>&amp;#xe623;</code></span>
<span class="utf"><i>&#xe958;</i> ss-uma <code>&amp;#xe958;</code></span>
<span class="utf"><i>&#xe692;</i> ss-unh <code>&amp;#xe692;</code></span>
<span class="utf"><i>&#xe930;</i> ss-ust <code>&amp;#xe930;</code></span>
<span class="utf"><i>&#xe622;</i> ss-usg <code>&amp;#xe622;</code></span>

View File

@ -37,7 +37,7 @@
<i class="ss ss-pmtg2"></i>
Download
</a>
<h2 class="sub">Complete 243 Magic set symbol font icons</h2>
<h2 class="sub">Complete 244 Magic set symbol font icons</h2>
</div>
</header>
@ -45,7 +45,7 @@
<div class="wrapper">
<section>
<h3>
View the full list of 243 set and expansion symbols below, for all sets and special edition products up to <strong>Guilds of Ravnica</strong> and its <strong>Guild Kits</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 244 set and expansion symbols below, for all sets and special edition products up to <strong>Guilds of Ravnica</strong> and <strong>Ultimate Masters</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>.
@ -483,6 +483,9 @@
<div class="icon" id="a25" name="Masters 25" data-name="Masters 25" data-class="a25" data-unicode="e93d" data-added="v3.1.9">
<span class="name"><i class="ss ss-a25"></i> Masters 25 <em>(a25)</em></span>
</div>
<div class="icon" id="uma" name="Ultimate Masters" data-name="Ultimate Masters" data-class="uma" data-unicode="e958" data-added="v3.3.2">
<span class="name"><i class="ss ss-uma"></i> Ultimate Masters <em>(uma)</em></span>
</div>
</div>
</section>
<section class="content">

View File

@ -45,7 +45,7 @@
</a>
</div>
<p>
Current version 3.3.1 includes all sets to Guilds of Ravnica.
Current version 3.3.2 includes all sets to Guilds of Ravnica.
</p>
</div>
</header>

View File

@ -2,8 +2,8 @@
* Global */
@font-face {
font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.3.1');
src: url('../fonts/keyrune.eot?#iefix&v=3.3.1') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.3.1') format('woff2'), url('../fonts/keyrune.woff?v=3.3.1') format('woff'), url('../fonts/keyrune.ttf?v=3.3.1') format('truetype'), url('../fonts/keyrune.svg?v=3.3.1#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.3.2');
src: url('../fonts/keyrune.eot?#iefix&v=3.3.2') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.3.2') format('woff2'), url('../fonts/keyrune.woff?v=3.3.2') format('woff'), url('../fonts/keyrune.ttf?v=3.3.2') format('truetype'), url('../fonts/keyrune.svg?v=3.3.2#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
@ -591,6 +591,9 @@
.ss-a25:before {
content: "\e93d";
}
.ss-uma:before {
content: "\e958";
}
/**
* Beginner */
.ss-por: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: 503 KiB

After

Width:  |  Height:  |  Size: 508 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.3.1",
"resolved": "https://registry.npmjs.org/keyrune/-/keyrune-3.3.1.tgz",
"integrity": "sha512-nem1CoqcPpdbxAtWX7rS8qQDmXNqzuVeDrvZLenSh73G2dZiI+J2k2T6QiXIO/GZq2YCb9+QRvS/nBqR3ieovg=="
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/keyrune/-/keyrune-3.3.2.tgz",
"integrity": "sha512-J07we9100SbwTt7Uyh2Loe1Rk3eNpWzpmKqX1wn+jocaQ/HXckCZhbGZVwBSD0PjgFWadHL2zyeWsWuYoq5OpA=="
},
"zepto": {
"version": "1.2.0",

View File

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