mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 15:39:56 +00:00
Updating for IDW
This commit is contained in:
parent
484d66fb4f
commit
381926024e
8
bower_components/keyrune/.bower.json
vendored
8
bower_components/keyrune/.bower.json
vendored
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "keyrune",
|
||||
"homepage": "http://andrewgioia.github.io/Keyrune",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"authors": [
|
||||
"Andrew Gioia <andrewgioia@gmail.com>"
|
||||
],
|
||||
@ -32,11 +32,11 @@
|
||||
"node_modules",
|
||||
"bower_components"
|
||||
],
|
||||
"_release": "3.0.0",
|
||||
"_release": "3.0.1",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v3.0.0",
|
||||
"commit": "8417579b6d7bda0f8582e077ff22a76e264aa253"
|
||||
"tag": "v3.0.1",
|
||||
"commit": "a109bd4f5dafd46a52ca7def9f8b61044ee8740c"
|
||||
},
|
||||
"_source": "https://github.com/andrewgioia/keyrune.git",
|
||||
"_target": "*",
|
||||
|
2
bower_components/keyrune/bower.json
vendored
2
bower_components/keyrune/bower.json
vendored
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "keyrune",
|
||||
"homepage": "http://andrewgioia.github.io/Keyrune",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"authors": [
|
||||
"Andrew Gioia <andrewgioia@gmail.com>"
|
||||
],
|
||||
|
7
bower_components/keyrune/css/keyrune.css
vendored
7
bower_components/keyrune/css/keyrune.css
vendored
@ -2,8 +2,8 @@
|
||||
* Global */
|
||||
@font-face {
|
||||
font-family: 'Keyrune';
|
||||
src: url('../fonts/keyrune.eot?v=3.0.0');
|
||||
src: url('../fonts/keyrune.eot?#iefix&v=3.0.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.0.0') format('woff2'), url('../fonts/keyrune.woff?v=3.0.0') format('woff'), url('../fonts/keyrune.ttf?v=3.0.0') format('truetype'), url('../fonts/keyrune.svg?v=3.0.0#keyrune') format('svg');
|
||||
src: url('../fonts/keyrune.eot?v=3.0.1');
|
||||
src: url('../fonts/keyrune.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.0.1') format('woff2'), url('../fonts/keyrune.woff?v=3.0.1') format('woff'), url('../fonts/keyrune.ttf?v=3.0.1') format('truetype'), url('../fonts/keyrune.svg?v=3.0.1#keyrune') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -727,6 +727,9 @@
|
||||
.ss-mp2:before {
|
||||
content: "\e922";
|
||||
}
|
||||
.ss-pidw:before {
|
||||
content: "\e92c";
|
||||
}
|
||||
/**
|
||||
* Online */
|
||||
.ss-med:before {
|
||||
|
2
bower_components/keyrune/css/keyrune.min.css
vendored
2
bower_components/keyrune/css/keyrune.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
bower_components/keyrune/fonts/keyrune.eot
vendored
BIN
bower_components/keyrune/fonts/keyrune.eot
vendored
Binary file not shown.
15
bower_components/keyrune/fonts/keyrune.svg
vendored
15
bower_components/keyrune/fonts/keyrune.svg
vendored
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 331 KiB After Width: | Height: | Size: 332 KiB |
BIN
bower_components/keyrune/fonts/keyrune.ttf
vendored
BIN
bower_components/keyrune/fonts/keyrune.ttf
vendored
Binary file not shown.
BIN
bower_components/keyrune/fonts/keyrune.woff
vendored
BIN
bower_components/keyrune/fonts/keyrune.woff
vendored
Binary file not shown.
BIN
bower_components/keyrune/fonts/keyrune.woff2
vendored
BIN
bower_components/keyrune/fonts/keyrune.woff2
vendored
Binary file not shown.
1
bower_components/keyrune/less/icons.less
vendored
1
bower_components/keyrune/less/icons.less
vendored
@ -244,6 +244,7 @@
|
||||
.@{ss-prefix}-pmps:before { content: "\e919"; } // Magic Premiere Shop
|
||||
.@{ss-prefix}-pmpu:before { content: "\e91a"; } // Mirrodin Pure promo
|
||||
.@{ss-prefix}-mp2:before { content: "\e922"; } // Amonkhet Invocations
|
||||
.@{ss-prefix}-pidw:before { content: "\e92c"; } // IDW promo
|
||||
|
||||
/**
|
||||
* Online */
|
||||
|
2
bower_components/keyrune/less/variables.less
vendored
2
bower_components/keyrune/less/variables.less
vendored
@ -2,6 +2,6 @@
|
||||
* Global */
|
||||
|
||||
@ss-font-path: '../fonts';
|
||||
@ss-version: '3.0.0';
|
||||
@ss-version: '3.0.1';
|
||||
@ss-font-size-base: 14px;
|
||||
@ss-prefix: ss;
|
||||
|
@ -1,7 +1,7 @@
|
||||
// _variables.scss
|
||||
|
||||
// #.
|
||||
$keyrune_version: '3.0.0' !default;
|
||||
$keyrune_version: '3.0.1' !default;
|
||||
$keyrune_font_path: '../fonts' !default;
|
||||
|
||||
// #. Keyrune Font ==============================
|
||||
@ -282,6 +282,7 @@ $mtg_setlist: (
|
||||
("Magic Premiere Shop", 'pmps', "\e919"),
|
||||
("Mirrodin Pure", 'pmpu', "\e91a"),
|
||||
("Amonkhet Invocations", 'mp2', "\e922"),
|
||||
("IDW Promo", 'pidw', "\e92c"),
|
||||
// # Online Only
|
||||
("Masters Edition", 'med', "\e68d"),
|
||||
("Masters Edition II", 'me2', "\e68e"),
|
||||
|
10
icons.html
10
icons.html
@ -37,7 +37,7 @@
|
||||
<i class="ss ss-pmtg2"></i>
|
||||
Download
|
||||
</a>
|
||||
<h2 class="sub">Complete 199 Magic set symbol font icons</h2>
|
||||
<h2 class="sub">Complete 200 Magic set symbol font icons</h2>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@ -45,8 +45,11 @@
|
||||
<div class="wrapper">
|
||||
<section>
|
||||
<h3>
|
||||
View the full list of 199 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 200 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>.
|
||||
</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>.
|
||||
</p>
|
||||
</section>
|
||||
<section class="content">
|
||||
<h4>Core Sets</h4>
|
||||
@ -634,6 +637,9 @@
|
||||
<div class="icon" id="mp2" name="Amonkhet Invocations"data-name="Amonkhet Invocations" data-class="mp2" data-unicode="e922" data-added="v2.2.2">
|
||||
<span class="name"><i class="ss ss-mp2"></i> Amonkhet Invocations <em>(mp2)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="pidw" name="IDW Promo"data-name="IDW Promo" data-class="pidw" data-unicode="e92c" data-added="v3.0.1">
|
||||
<span class="name"><i class="ss ss-pidw"></i> IDW Promo <em>(mp2)</em></span>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="content">
|
||||
|
@ -45,7 +45,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<p>
|
||||
Current version 3.0.0 includes all sets to Hour of Devastation.
|
||||
Current version 3.0.1 includes all sets to Hour of Devastation.
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
|
Loading…
Reference in New Issue
Block a user