mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-10-31 23:04:46 +00:00
Adding Magic 2020 and updating Magic 2019
This commit is contained in:
parent
7a5f91f72f
commit
42006da9cf
@ -1,4 +1,4 @@
|
||||
# Keyrune v3.4.2
|
||||
# Keyrune v3.4.3
|
||||
|
||||
## The Magic: the Gathering set symbol font!
|
||||
|
||||
@ -54,6 +54,7 @@ All set symbol images are trademarks of Wizards of the Coast ([http://magicthega
|
||||
|
||||
## Changelog
|
||||
|
||||
* v3.4.3 - Magic 2020 (finally) added, sorry everyone. M19 symbol updated to M20 style it should have been.
|
||||
* v3.4.2 - Signature Spellbook: Gideon added, Mirage symbol corrected
|
||||
* v3.4.1 - Fixed issue with desktop version not updating (version numbers must be present in ttf on some systems)
|
||||
* v3.4.0 - War of the Spark and Modern Horizons unofficial icons added, GK2 alias
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "keyrune",
|
||||
"homepage": "http://andrewgioia.github.io/Keyrune",
|
||||
"version": "3.4.2",
|
||||
"version": "3.4.3",
|
||||
"authors": [
|
||||
"Andrew Gioia <andrewgioia@gmail.com>"
|
||||
],
|
||||
|
@ -2,8 +2,8 @@
|
||||
* Global */
|
||||
@font-face {
|
||||
font-family: 'Keyrune';
|
||||
src: url('../fonts/keyrune.eot?v=3.4.2');
|
||||
src: url('../fonts/keyrune.eot?#iefix&v=3.4.2') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.4.2') format('woff2'), url('../fonts/keyrune.woff?v=3.4.2') format('woff'), url('../fonts/keyrune.ttf?v=3.4.2') format('truetype'), url('../fonts/keyrune.svg?v=3.4.2#keyrune') format('svg');
|
||||
src: url('../fonts/keyrune.eot?v=3.4.3');
|
||||
src: url('../fonts/keyrune.eot?#iefix&v=3.4.3') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.4.3') format('woff2'), url('../fonts/keyrune.woff?v=3.4.3') format('woff'), url('../fonts/keyrune.ttf?v=3.4.3') format('truetype'), url('../fonts/keyrune.svg?v=3.4.3#keyrune') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -201,6 +201,9 @@
|
||||
.ss-m19:before {
|
||||
content: "\e941";
|
||||
}
|
||||
.ss-m20:before {
|
||||
content: "\e95d";
|
||||
}
|
||||
.ss-1e:before {
|
||||
content: "\e947";
|
||||
}
|
||||
|
2
css/keyrune.min.css
vendored
2
css/keyrune.min.css
vendored
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: 523 KiB After Width: | Height: | Size: 525 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -22,6 +22,7 @@
|
||||
.@{ss-prefix}-bcore:before { content: "\e612"; } // Core background
|
||||
.@{ss-prefix}-ori:before { content: "\e697"; } // Magic Origins
|
||||
.@{ss-prefix}-m19:before { content: "\e941"; } // Magic 2019
|
||||
.@{ss-prefix}-m20:before { content: "\e95d"; } // Magic 2020
|
||||
.@{ss-prefix}-1e:before { content: "\e947"; } // Alpha (MODO)
|
||||
.@{ss-prefix}-2e:before { content: "\e948"; } // Beta (MODO)
|
||||
.@{ss-prefix}-2u:before { content: "\e949"; } // Unlimited (MODO)
|
||||
|
@ -2,6 +2,6 @@
|
||||
* Global */
|
||||
|
||||
@ss-font-path: '../fonts';
|
||||
@ss-version: '3.4.2';
|
||||
@ss-version: '3.4.3';
|
||||
@ss-font-size-base: 14px;
|
||||
@ss-prefix: ss;
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "keyrune",
|
||||
"description": "Keyrune",
|
||||
"version": "3.4.2",
|
||||
"version": "3.4.3",
|
||||
"author": {
|
||||
"name": "Andrew Gioia",
|
||||
"email": "andrewgioia@gmail.com",
|
||||
|
@ -1,7 +1,7 @@
|
||||
// _variables.scss
|
||||
|
||||
// #.
|
||||
$keyrune_version: '3.4.2' !default;
|
||||
$keyrune_version: '3.4.3' !default;
|
||||
$keyrune_font_path: '../fonts' !default;
|
||||
|
||||
// #. Keyrune Font ==============================
|
||||
@ -84,6 +84,7 @@ $mtg_setlist: (
|
||||
("Core background", 'bcore', "\e612"),
|
||||
("Magic Origins", 'ori', "\e697"),
|
||||
("Magic 2019", 'm19', "\e941"),
|
||||
("Magic 2020", 'm20', "\e95d"),
|
||||
("Alpha (MODO)", '1e', "\e947"),
|
||||
("Beta (MODO)", '2e', "\e948"),
|
||||
("Unlimited (MODO)", '2u', "\e949"),
|
||||
|
Loading…
Reference in New Issue
Block a user