mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 15:39:56 +00:00
Updating docs to Battle for Zendikar
This commit is contained in:
parent
191e1a926b
commit
c9daf16b23
4
bower_components/keyrune/.bower.json
vendored
4
bower_components/keyrune/.bower.json
vendored
@ -18,11 +18,11 @@
|
||||
"*.json",
|
||||
"*.md"
|
||||
],
|
||||
"_release": "16888c41a0",
|
||||
"_release": "39f2ee9b47",
|
||||
"_resolution": {
|
||||
"type": "branch",
|
||||
"branch": "master",
|
||||
"commit": "16888c41a05c09a6cd15c9ef9ad39d1546508298"
|
||||
"commit": "39f2ee9b47b1acba6aea142ef520f90921b217e3"
|
||||
},
|
||||
"_source": "git://github.com/andrewgioia/keyrune.git",
|
||||
"_target": "*",
|
||||
|
8
bower_components/keyrune/css/keyrune.css
vendored
8
bower_components/keyrune/css/keyrune.css
vendored
@ -2,8 +2,8 @@
|
||||
* Global */
|
||||
@font-face {
|
||||
font-family: 'Keyrune';
|
||||
src: url('../fonts/keyrune.eot?v=1.3.1');
|
||||
src: url('../fonts/keyrune.eot?#iefix&v=1.3.1') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=1.3.1') format('woff2'), url('../fonts/keyrune.woff?v=1.3.1') format('woff'), url('../fonts/keyrune.ttf?v=1.3.1') format('truetype'), url('../fonts/keyrune.svg?v=1.3.1#keyrune') format('svg');
|
||||
src: url('../fonts/keyrune.eot?v=1.4.0');
|
||||
src: url('../fonts/keyrune.eot?#iefix&v=1.4.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=1.4.0') format('woff2'), url('../fonts/keyrune.woff?v=1.4.0') format('woff'), url('../fonts/keyrune.ttf?v=1.4.0') format('truetype'), url('../fonts/keyrune.svg?v=1.4.0#keyrune') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -386,6 +386,10 @@
|
||||
.ss-dtk:before {
|
||||
content: "\e693";
|
||||
}
|
||||
/* Return to Zendikar Block */
|
||||
.ss-bfz:before {
|
||||
content: "\e600";
|
||||
}
|
||||
/**
|
||||
* Command Zone */
|
||||
.ss-van: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.
65
bower_components/keyrune/fonts/keyrune.svg
vendored
65
bower_components/keyrune/fonts/keyrune.svg
vendored
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 219 KiB After Width: | Height: | Size: 105 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.
2
bower_components/keyrune/less/icons.less
vendored
2
bower_components/keyrune/less/icons.less
vendored
@ -115,6 +115,8 @@
|
||||
.@{ss-prefix}-ktk:before { content: "\e653"; } // Khans of Tarkir
|
||||
.@{ss-prefix}-frf:before { content: "\e654"; } // Fate Reforged
|
||||
.@{ss-prefix}-dtk:before { content: "\e693"; } // Dragons of Tarkir
|
||||
/* Return to Zendikar Block */
|
||||
.@{ss-prefix}-bfz:before { content: "\e600"; } // Battle for Zendikar
|
||||
|
||||
/**
|
||||
* Command Zone */
|
||||
|
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: '1.3.1';
|
||||
@ss-version: '1.4.0';
|
||||
@ss-font-size-base: 14px;
|
||||
@ss-prefix: ss;
|
||||
|
@ -34,7 +34,7 @@
|
||||
<i class="ss ss-pmtg2"></i>
|
||||
Download
|
||||
</a>
|
||||
<h2 class="sub">Complete 153 Magic set symbol font icons</h2>
|
||||
<h2 class="sub">Complete 154 Magic set symbol font icons</h2>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@ -42,9 +42,9 @@
|
||||
<div class="wrapper">
|
||||
<section>
|
||||
<h3>
|
||||
View the full list of 153 set and expansion symbols below,
|
||||
View the full list of 154 set and expansion symbols below,
|
||||
for all sets and special edition products up to
|
||||
<strong>Duel Decks: Zendikar vs. Eldrazi</strong>. To use the symbols
|
||||
<strong>Battle for Zendikar</strong>. To use the symbols
|
||||
on your desktop or just get the vectors, check out
|
||||
the <a href="cheatsheet.html">Cheatsheet</a>.
|
||||
</h3>
|
||||
@ -318,6 +318,9 @@
|
||||
<div class="icon" id="dtk" name="Dragons of Tarkir">
|
||||
<span><i class="ss ss-dtk"></i> Dragons of Tarkir <em>(dtk)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="bfz" name="Battle for Zendikar">
|
||||
<span><i class="ss ss-bfz"></i> Battle for Zendikar <em>(bfz)</em></span>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="content">
|
||||
|
@ -44,7 +44,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<p>
|
||||
Current version 1.3.1 includes all sets to Duel Decks: Zendikar vs. Eldrazi.
|
||||
Current version 1.4.0 includes all sets to Battle for Zendikar.
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
|
Loading…
Reference in New Issue
Block a user