Updating to Ixalan Block and related icons

This commit is contained in:
Andrew Gioia 2017-06-17 09:19:23 -04:00
parent a9db544b76
commit 450922ebd4
15 changed files with 60 additions and 17 deletions

View File

@ -1,7 +1,7 @@
{
"name": "keyrune",
"homepage": "http://andrewgioia.github.io/Keyrune",
"version": "3.0.3",
"version": "3.1.1",
"authors": [
"Andrew Gioia <andrewgioia@gmail.com>"
],
@ -32,11 +32,11 @@
"node_modules",
"bower_components"
],
"_release": "3.0.3",
"_release": "3.1.1",
"_resolution": {
"type": "version",
"tag": "v3.0.3",
"commit": "14fdc59766b06d569c62a4ce279f022c58a59ab9"
"tag": "v3.1.1",
"commit": "869809bfaa8248580d50e16f5f4afd3439dde2dc"
},
"_source": "https://github.com/andrewgioia/keyrune.git",
"_target": "*",

View File

@ -1,7 +1,7 @@
{
"name": "keyrune",
"homepage": "http://andrewgioia.github.io/Keyrune",
"version": "3.0.3",
"version": "3.1.1",
"authors": [
"Andrew Gioia <andrewgioia@gmail.com>"
],

View File

@ -2,8 +2,8 @@
* Global */
@font-face {
font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.0.3');
src: url('../fonts/keyrune.eot?#iefix&v=3.0.3') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.0.3') format('woff2'), url('../fonts/keyrune.woff?v=3.0.3') format('woff'), url('../fonts/keyrune.ttf?v=3.0.3') format('truetype'), url('../fonts/keyrune.svg?v=3.0.3#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.1.1');
src: url('../fonts/keyrune.eot?#iefix&v=3.1.1') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.1.1') format('woff2'), url('../fonts/keyrune.woff?v=3.1.1') format('woff'), url('../fonts/keyrune.ttf?v=3.1.1') format('truetype'), url('../fonts/keyrune.svg?v=3.1.1#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
@ -456,6 +456,13 @@
.ss-hou:before {
content: "\e924";
}
/* Ixalan Block */
.ss-xln:before {
content: "\e92e";
}
.ss-rix:before {
content: "\e92f";
}
/**
* Command Zone */
.ss-van:before {
@ -504,6 +511,9 @@
.ss-ann:before {
content: "\e92d";
}
.ss-e02:before {
content: "\e931";
}
/**
* Reprint */
.ss-chr:before {
@ -777,6 +787,9 @@
.ss-unh:before {
content: "\e692";
}
.ss-ust:before {
content: "\e930";
}
/**
* Unofficial */
.ss-xcle: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: 334 KiB

After

Width:  |  Height:  |  Size: 345 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -129,6 +129,9 @@
/* Amonkhet Block */
.@{ss-prefix}-akh:before { content: "\e914"; } // Amonkhet
.@{ss-prefix}-hou:before { content: "\e924"; } // Hour of Devastation
/* Ixalan Block */
.@{ss-prefix}-xln:before { content: "\e92e"; } // Amonkhet
.@{ss-prefix}-rix:before { content: "\e92f"; } // Hour of Devastation
/**
* Command Zone */
@ -149,6 +152,7 @@
.@{ss-prefix}-cma:before { content: "\e916"; } // Commander Anthology
.@{ss-prefix}-e01:before,
.@{ss-prefix}-ann:before { content: "\e92d"; } // Archenemy: Nicol Bolas
.@{ss-prefix}-e02:before { content: "\e931"; } // Explorers of Ixalan
/**
* Reprint */
@ -271,6 +275,7 @@
.@{ss-prefix}-ugl:before { content: "\e691"; } // Unglued
.@{ss-prefix}-unh:before { content: "\e692"; } // Unhinged
.@{ss-prefix}-ust:before { content: "\e930"; } // Unstable
/**

View File

@ -2,6 +2,6 @@
* Global */
@ss-font-path: '../fonts';
@ss-version: '3.0.3';
@ss-version: '3.1.1';
@ss-font-size-base: 14px;
@ss-prefix: ss;

View File

@ -1,7 +1,7 @@
// _variables.scss
// #.
$keyrune_version: '3.0.3' !default;
$keyrune_version: '3.1.1' !default;
$keyrune_font_path: '../fonts' !default;
// #. Keyrune Font ==============================
@ -189,6 +189,9 @@ $mtg_setlist: (
// Amonkhet block
("Amonkhet", "akh", "\e914"),
("Hour of Devastation", "hou", "\e924"),
// Ixalan block
("Ixalan", "xln", "\e92e"),
("Rivals of Ixalan", "rix", "\e92f"),
// # Commander Sets
("Vanguard", 'van', "\e655"),
("Planechase 2009", 'hop', "\e656"),
@ -206,6 +209,7 @@ $mtg_setlist: (
("Commander Anthology", 'cma', "\e916"),
("Archenemy: Nicol Bolas", 'e01', "\e92d"),
("Archenemy: Nicol Bolas", 'ann', "\e92d"),
("Explorers of Ixalan", 'e02', "\e931"),
// # Reprint Sets
("Chronicles", 'chr', "\e65e"),
("Anthologies", 'ath', "\e65f"),
@ -291,7 +295,7 @@ $mtg_setlist: (
("Masters Edition IV", 'me4', "\e690"),
("Tempest Remastered", 'tpr', "\e694"),
("Vintage Masters", 'vma', "\e696"),
//("Legendary Cube", 'xlcu', "\e90c"), not sure if we can include dupes here
("Legendary Cube", 'xlcu', "\e90c"),
("Legendary Cube", 'pz1', "\e90c"),
("Magic Online", 'modo', "\e91b"),
("Magic Online", 'pmodo', "\e91b"),
@ -302,6 +306,7 @@ $mtg_setlist: (
// # The Unsets
("Unglued", 'ugl', "\e691"),
("Unhinged", 'unh', "\e692"),
("Unstable", 'ust', "\e930"),
// # Unofficial
("Collector's Edition", 'xcle', "\e926"),
("International Collector's Edition", 'xice', "\e927"),

View File

@ -121,6 +121,7 @@
<span class="utf"><i>&#xe632;</i> ss-dst <code>&amp;#xe632;</code></span>
<span class="utf"><i>&#xe693;</i> ss-dtk <code>&amp;#xe693;</code></span>
<span class="utf"><i>&#xe92d;</i> ss-e01 <code>&amp;#xe92d;</code></span>
<span class="utf"><i>&#xe931;</i> ss-e02 <code>&amp;#xe931;</code></span>
<span class="utf"><i>&#xe903;</i> ss-ema <code>&amp;#xe903;</code></span>
<span class="utf"><i>&#xe90b;</i> ss-emn <code>&amp;#xe90b;</code></span>
<span class="utf"><i>&#xe640;</i> ss-eve <code>&amp;#xe640;</code></span>
@ -190,6 +191,7 @@
<span class="utf"><i>&#xe664;</i> ss-por <code>&amp;#xe664;</code></span>
<span class="utf"><i>&#xe666;</i> ss-ptk <code>&amp;#xe666;</code></span>
<span class="utf"><i>&#xe637;</i> ss-rav <code>&amp;#xe637;</code></span>
<span class="utf"><i>&#xe92f;</i> ss-rix <code>&amp;#xe92f;</code></span>
<span class="utf"><i>&#xe917;</i> ss-xren <code>&amp;#xe917;</code></span>
<span class="utf"><i>&#xe918;</i> ss-xrin <code>&amp;#xe918;</code></span>
<span class="utf"><i>&#xe646;</i> ss-roe <code>&amp;#xe646;</code></span>
@ -212,6 +214,7 @@
<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>&#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>
<span class="utf"><i>&#xe679;</i> ss-v09 <code>&amp;#xe679;</code></span>
<span class="utf"><i>&#xe920;</i> ss-v0x <code>&amp;#xe920;</code></span>
@ -229,6 +232,7 @@
<span class="utf"><i>&#xe923;</i> ss-w17 <code>&amp;#xe923;</code></span>
<span class="utf"><i>&#xe61e;</i> ss-wth <code>&amp;#xe61e;</code></span>
<span class="utf"><i>&#xe645;</i> ss-wwk <code>&amp;#xe645;</code></span>
<span class="utf"><i>&#xe92e;</i> ss-xln <code>&amp;#xe92e;</code></span>
<span class="utf"><i>&#xe644;</i> ss-zen <code>&amp;#xe644;</code></span>
<div class="clear"></div>
</div>

View File

@ -37,7 +37,7 @@
<i class="ss ss-pmtg2"></i>
Download
</a>
<h2 class="sub">Complete 201 Magic set symbol font icons</h2>
<h2 class="sub">Complete 205 Magic set symbol font icons</h2>
</div>
</header>
@ -45,7 +45,7 @@
<div class="wrapper">
<section>
<h3>
View the full list of 201 set and expansion symbols below, for all sets and special edition products up to <strong>Hour of Devastation</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 205 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>.
@ -347,6 +347,12 @@
<div class="icon" id="hou" name="Hour of Devastation" data-name="Hour of Devastation" data-class="hou" data-unicode="e924" data-added="v2.3.0">
<span class="name"><i class="ss ss-hou"></i> Hour of Devastation <em>(hou)</em></span>
</div>
<div class="icon" id="xln" name="Ixalan" data-name="Ixalan" data-class="xln" data-unicode="e92e" data-added="v3.1.0">
<span class="name"><i class="ss ss-xln"></i> Ixalan <em>(xln)</em></span>
</div>
<div class="icon" id="rix" name="Rivals of Ixalan" data-name="Rivals of Ixalan" data-class="rix" data-unicode="e92f" data-added="v3.1.0">
<span class="name"><i class="ss ss-rix"></i> Rivals of Ixalan <em>(rix)</em></span>
</div>
</div>
</section>
<section class="content">
@ -394,8 +400,11 @@
<div class="icon" id="cma" name="Commander Anthology" data-name="Commander Anthology" data-class="cma" data-unicode="e916" data-added="v2.1.1">
<span class="name"><i class="ss ss-cma"></i> Commander Anthology <em>(cma)</em></span>
</div>
<div class="icon" id="e01" name="Archenemy: Nicol Bolas" data-name="Archenemy: Nicol Bolas" data-class="ann" data-unicode="e92d" data-added="v3.0.3">
<span class="name"><i class="ss ss-ann"></i> Archenemy: Nicol Bolas <em>(e01)</em></span>
<div class="icon" id="e01" name="Archenemy: Nicol Bolas" data-name="Archenemy: Nicol Bolas" data-class="e01" data-unicode="e92d" data-added="v3.0.3">
<span class="name"><i class="ss ss-e01"></i> Archenemy: Nicol Bolas <em>(e01)</em></span>
</div>
<div class="icon" id="e02" name="Explorers of Ixalan" data-name="Explorers of Ixalan" data-class="e02" data-unicode="e931" data-added="v3.1.0">
<span class="name"><i class="ss ss-e02"></i> Explorers of Ixalan <em>(e02)</em></span>
</div>
</div>
</section>
@ -689,6 +698,9 @@
<div class="icon" id="unh" name="Unhinged" data-name="Unhinged" data-class="unh" data-unicode="e692" data-added="v0.1.0">
<span class="name"><i class="ss ss-unh"></i> Unhinged <em>(unh)</em></span>
</div>
<div class="icon" id="ust" name="Unstable" data-name="Unstable" data-class="ust" data-unicode="e930" data-added="v3.1.0">
<span class="name"><i class="ss ss-ust"></i> Unstable <em>(ust)</em></span>
</div>
</div>
</section>
<section class="content">

View File

@ -45,7 +45,7 @@
</a>
</div>
<p>
Current version 3.0.3 includes all sets to Hour of Devastation.
Current version 3.1.1 includes all sets to Rivals of Ixalan.
</p>
</div>
</header>