mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 15:39:56 +00:00
Pulling in Ravnica Allegiance
This commit is contained in:
parent
ab35c3fb79
commit
46756bbbd8
@ -215,6 +215,7 @@
|
||||
<span class="utf"><i></i> ss-rix <code>&#xe92f;</code></span>
|
||||
<span class="utf"><i></i> ss-xren <code>&#xe917;</code></span>
|
||||
<span class="utf"><i></i> ss-xrin <code>&#xe918;</code></span>
|
||||
<span class="utf"><i></i> ss-rna <code>&#xe959;</code></span>
|
||||
<span class="utf"><i></i> ss-roe <code>&#xe646;</code></span>
|
||||
<span class="utf"><i></i> ss-rtr <code>&#xe64d;</code></span>
|
||||
<span class="utf"><i></i> ss-s00 <code>&#xe668;</code></span>
|
||||
|
@ -37,7 +37,7 @@
|
||||
<i class="ss ss-pmtg2"></i>
|
||||
Download
|
||||
</a>
|
||||
<h2 class="sub">Complete 244 Magic set symbol font icons</h2>
|
||||
<h2 class="sub">Complete 245 Magic set symbol font icons</h2>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@ -45,7 +45,7 @@
|
||||
<div class="wrapper">
|
||||
<section>
|
||||
<h3>
|
||||
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>.
|
||||
View the full list of 245 set and expansion symbols below, for all sets and special edition products up to <strong>Ravnica Allegiance</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>.
|
||||
@ -374,6 +374,9 @@
|
||||
<div class="icon" id="grn" name="Guilds of Ravnica" data-name="Guilds of Ravnica" data-class="grn" data-unicode="e94b" data-added="v3.3.0">
|
||||
<span class="name"><i class="ss ss-grn"></i> Guilds of Ravnica <em>(grn)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="rna" name="Ravnica Allegiance" data-name="Ravnica Allegiance" data-class="rna" data-unicode="e959" data-added="v3.3.3">
|
||||
<span class="name"><i class="ss ss-rna"></i> Ravnica Allegiance <em>(rna)</em></span>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="content">
|
||||
|
@ -45,7 +45,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<p>
|
||||
Current version 3.3.2 includes all sets to Guilds of Ravnica.
|
||||
Current version 3.3.3 includes all sets to Ravnica Allegiance.
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
@ -64,7 +64,7 @@
|
||||
<blockquote>
|
||||
<<span class="e">link</span> <span class="a">href</span>=<span class="v">"css/keyrune.css"</span> <span class="a">rel</span>=<span class="v">"stylesheet"</span> <span class="a">type</span>=<span class="v">"text/css"</span> />
|
||||
</blockquote>
|
||||
<p><strong>New!</strong> You can also now use Keyrune via CDN thanks to the amazing <a href="http://jsdelivr.com">jsDelivr</a> project! Include the latest version, reference:</p>
|
||||
<p><strong>New!</strong> You can also now use Keyrune via CDN thanks to the amazing <a href="https://jsdelivr.com">jsDelivr</a> project! Include the latest version, reference:</p>
|
||||
<blockquote>
|
||||
<<span class="e">link</span> <span class="a">href</span>=<span class="v">"//cdn.jsdelivr.net/npm/keyrune@latest/css/keyrune.css"</span> <span class="a">rel</span>=<span class="v">"stylesheet"</span> <span class="a">type</span>=<span class="v">"text/css"</span> />
|
||||
</blockquote>
|
||||
|
7
node_modules/keyrune/css/keyrune.css
generated
vendored
7
node_modules/keyrune/css/keyrune.css
generated
vendored
@ -2,8 +2,8 @@
|
||||
* Global */
|
||||
@font-face {
|
||||
font-family: 'Keyrune';
|
||||
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');
|
||||
src: url('../fonts/keyrune.eot?v=3.3.3');
|
||||
src: url('../fonts/keyrune.eot?#iefix&v=3.3.3') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.3.3') format('woff2'), url('../fonts/keyrune.woff?v=3.3.3') format('woff'), url('../fonts/keyrune.ttf?v=3.3.3') format('truetype'), url('../fonts/keyrune.svg?v=3.3.3#keyrune') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -487,6 +487,9 @@
|
||||
.ss-gk1:before {
|
||||
content: "\e94b";
|
||||
}
|
||||
.ss-rna:before {
|
||||
content: "\e959";
|
||||
}
|
||||
/**
|
||||
* Command Zone */
|
||||
.ss-van:before {
|
||||
|
2
node_modules/keyrune/css/keyrune.min.css
generated
vendored
2
node_modules/keyrune/css/keyrune.min.css
generated
vendored
File diff suppressed because one or more lines are too long
BIN
node_modules/keyrune/fonts/keyrune.eot
generated
vendored
BIN
node_modules/keyrune/fonts/keyrune.eot
generated
vendored
Binary file not shown.
1
node_modules/keyrune/fonts/keyrune.svg
generated
vendored
1
node_modules/keyrune/fonts/keyrune.svg
generated
vendored
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 508 KiB After Width: | Height: | Size: 510 KiB |
BIN
node_modules/keyrune/fonts/keyrune.ttf
generated
vendored
BIN
node_modules/keyrune/fonts/keyrune.ttf
generated
vendored
Binary file not shown.
BIN
node_modules/keyrune/fonts/keyrune.woff
generated
vendored
BIN
node_modules/keyrune/fonts/keyrune.woff
generated
vendored
Binary file not shown.
BIN
node_modules/keyrune/fonts/keyrune.woff2
generated
vendored
BIN
node_modules/keyrune/fonts/keyrune.woff2
generated
vendored
Binary file not shown.
6
package-lock.json
generated
6
package-lock.json
generated
@ -5,9 +5,9 @@
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
"keyrune": {
|
||||
"version": "3.3.2",
|
||||
"resolved": "https://registry.npmjs.org/keyrune/-/keyrune-3.3.2.tgz",
|
||||
"integrity": "sha512-J07we9100SbwTt7Uyh2Loe1Rk3eNpWzpmKqX1wn+jocaQ/HXckCZhbGZVwBSD0PjgFWadHL2zyeWsWuYoq5OpA=="
|
||||
"version": "3.3.3",
|
||||
"resolved": "https://registry.npmjs.org/keyrune/-/keyrune-3.3.3.tgz",
|
||||
"integrity": "sha512-E/PiOmmprAupsiUVUL9MH7hxBi4NSuTlwha3+ECKNn2a+2HqR0K+Ka5RQXIS5S6egY2kaZK4MsWoCQGHgWkH6Q=="
|
||||
},
|
||||
"zepto": {
|
||||
"version": "1.2.0",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"description": "Keyrune documentation website",
|
||||
"main": "index.html",
|
||||
"dependencies": {
|
||||
"keyrune": "^3.3.2",
|
||||
"keyrune": "^3.3.3",
|
||||
"zepto": "*"
|
||||
},
|
||||
"devDependencies": {},
|
||||
|
Loading…
Reference in New Issue
Block a user