Pulling in HTR

This commit is contained in:
Andrew Gioia 2018-08-01 08:36:56 -04:00
parent bf92f650c8
commit be548cdc60
7 changed files with 15 additions and 8 deletions

View File

@ -151,6 +151,7 @@
<span class="utf"><i>&#xe618;</i> ss-hml <code>&amp;#xe618;</code></span>
<span class="utf"><i>&#xe656;</i> ss-hop <code>&amp;#xe656;</code></span>
<span class="utf"><i>&#xe924;</i> ss-hou <code>&amp;#xe924;</code></span>
<span class="utf"><i>&#xe687;</i> ss-htr <code>&amp;#xe687;</code></span>
<span class="utf"><i>&#xe619;</i> ss-ice <code>&amp;#xe619;</code></span>
<span class="utf"><i>&#xe925;</i> ss-ice2 <code>&amp;#xe925;</code></span>
<span class="utf"><i>&#xe935;</i> ss-ima <code>&amp;#xe935;</code></span>

View File

@ -731,6 +731,9 @@
<div class="icon" id="ptsa" name="The Sorcerer's Apprentice" data-name="The Sorcerer's Apprentice" data-class="ptsa" data-unicode="e93c" data-added="v3.1.7">
<span class="name"><i class="ss ss-ptsa"></i> The Sorcerer's Apprentice <em>(ptsa)</em></span>
</div>
<div class="icon" id="htr" name="2016 Heroes of the Realm" data-name="2016 Heroes of the Realm" data-class="htr" data-unicode="e687" data-added="v3.2.5">
<span class="name"><i class="ss ss-htr"></i> 2016 Heroes <em>(htr)</em></span>
</div>
</div>
</section>
<section class="content">

View File

@ -45,7 +45,7 @@
</a>
</div>
<p>
Current version 3.2.4 includes all sets to Dominaria and Commander 2018.
Current version 3.2.5 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.4');
src: url('../fonts/keyrune.eot?#iefix&v=3.2.4') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.2.4') format('woff2'), url('../fonts/keyrune.woff?v=3.2.4') format('woff'), url('../fonts/keyrune.ttf?v=3.2.4') format('truetype'), url('../fonts/keyrune.svg?v=3.2.4#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.2.5');
src: url('../fonts/keyrune.eot?#iefix&v=3.2.5') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.2.5') format('woff2'), url('../fonts/keyrune.woff?v=3.2.5') format('woff'), url('../fonts/keyrune.ttf?v=3.2.5') format('truetype'), url('../fonts/keyrune.svg?v=3.2.5#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
@ -818,6 +818,9 @@
.ss-parl3:before {
content: "\e943";
}
.ss-htr:before {
content: "\e687";
}
/**
* Online */
.ss-med:before {

File diff suppressed because one or more lines are too long

6
package-lock.json generated
View File

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"keyrune": {
"version": "3.2.4",
"resolved": "https://registry.npmjs.org/keyrune/-/keyrune-3.2.4.tgz",
"integrity": "sha512-w6lN9BPunfhXquhCvkJmV3rcGxUmaXuTGRhwTdxoeYJEQ6Xjk8HecbmrElwrCRsXd07+tLtSX2PxGc1JcMsM+w=="
"version": "3.2.5",
"resolved": "https://registry.npmjs.org/keyrune/-/keyrune-3.2.5.tgz",
"integrity": "sha512-e9JdaQXNyqrZVhRsNEQ1ayCq+f6G4nMeP0IbkovFysH+6w7BQi2bAftCZLlbGhQEe+5IDqxHSstwSWQ9CQ6MUQ=="
},
"zepto": {
"version": "1.2.0",

View File

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