mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 07:29:56 +00:00
New icons for Iconic Masters, Commander 2017, and Merfolk vs. Goblins
This commit is contained in:
parent
4bffd3703f
commit
8871b8abbc
@ -1,4 +1,4 @@
|
||||
# Keyrune v3.1.3
|
||||
# Keyrune v3.1.4
|
||||
|
||||
## The Magic: the Gathering set symbol font!
|
||||
|
||||
@ -60,6 +60,7 @@ Attribution is **greatly appreciated** but not required!
|
||||
|
||||
## Changelog
|
||||
|
||||
* v3.1.4 - New icons for Iconic Masters (IMA), Commander 2017 (C17), and Merfolk vs. Goblins (DDT), based on low-res version from Coming Soon
|
||||
* v3.1.3 - Correcting the set code for Dragon*Con
|
||||
* v3.1.2 - Added Dragon*Con promo symbol for Nalathni Dragon
|
||||
* v3.1.1 - Minor corrections for versioning and updates to readme for jsDelivr
|
||||
@ -112,5 +113,5 @@ Attribution is **greatly appreciated** but not required!
|
||||
|
||||
## Todo
|
||||
|
||||
* New [Coming Soon](http://magic.wizards.com/en/game-info/products/coming-soon) product page has symbols but not the necessary higher res versions
|
||||
* Update IMA, C17, and DDT from [Coming Soon](http://magic.wizards.com/en/game-info/products/coming-soon) product page after official high-res versions are released
|
||||
* Figure out what the Legendary Cube official set code is; currently using `xLCU`
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "keyrune",
|
||||
"homepage": "http://andrewgioia.github.io/Keyrune",
|
||||
"version": "3.1.3",
|
||||
"version": "3.1.4",
|
||||
"authors": [
|
||||
"Andrew Gioia <andrewgioia@gmail.com>"
|
||||
],
|
||||
|
@ -2,8 +2,8 @@
|
||||
* Global */
|
||||
@font-face {
|
||||
font-family: 'Keyrune';
|
||||
src: url('../fonts/keyrune.eot?v=3.1.3');
|
||||
src: url('../fonts/keyrune.eot?#iefix&v=3.1.3') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.1.3') format('woff2'), url('../fonts/keyrune.woff?v=3.1.3') format('woff'), url('../fonts/keyrune.ttf?v=3.1.3') format('truetype'), url('../fonts/keyrune.svg?v=3.1.3#keyrune') format('svg');
|
||||
src: url('../fonts/keyrune.eot?v=3.1.4');
|
||||
src: url('../fonts/keyrune.eot?#iefix&v=3.1.4') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.1.4') format('woff2'), url('../fonts/keyrune.woff?v=3.1.4') format('woff'), url('../fonts/keyrune.ttf?v=3.1.4') format('truetype'), url('../fonts/keyrune.svg?v=3.1.4#keyrune') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -514,6 +514,9 @@
|
||||
.ss-e02:before {
|
||||
content: "\e931";
|
||||
}
|
||||
.ss-c17:before {
|
||||
content: "\e934";
|
||||
}
|
||||
/**
|
||||
* Reprint */
|
||||
.ss-chr:before {
|
||||
@ -549,6 +552,9 @@
|
||||
.ss-xrin:before {
|
||||
content: "\e918";
|
||||
}
|
||||
.ss-ima:before {
|
||||
content: "\e935";
|
||||
}
|
||||
/**
|
||||
* Beginner */
|
||||
.ss-por:before {
|
||||
@ -635,6 +641,9 @@
|
||||
.ss-dds:before {
|
||||
content: "\e921";
|
||||
}
|
||||
.ss-ddt:before {
|
||||
content: "\e933";
|
||||
}
|
||||
/**
|
||||
* From the Vault */
|
||||
.ss-drb:before {
|
||||
|
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: 350 KiB After Width: | Height: | Size: 354 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -153,6 +153,7 @@
|
||||
.@{ss-prefix}-e01:before,
|
||||
.@{ss-prefix}-ann:before { content: "\e92d"; } // Archenemy: Nicol Bolas
|
||||
.@{ss-prefix}-e02:before { content: "\e931"; } // Explorers of Ixalan
|
||||
.@{ss-prefix}-c17:before { content: "\e934"; } // Commander 2017
|
||||
|
||||
/**
|
||||
* Reprint */
|
||||
@ -168,6 +169,7 @@
|
||||
.@{ss-prefix}-mm3:before { content: "\e912"; } // Modern Masters 2017
|
||||
.@{ss-prefix}-xren:before { content: "\e917"; } // Renaissance
|
||||
.@{ss-prefix}-xrin:before { content: "\e918"; } // Rinascimento
|
||||
.@{ss-prefix}-ima:before { content: "\e935"; } // Iconic Masters
|
||||
|
||||
/**
|
||||
* Beginner */
|
||||
@ -204,6 +206,7 @@
|
||||
.@{ss-prefix}-ddr:before { content: "\e90d"; } // Nissa vs. Ob Nixilis
|
||||
.@{ss-prefix}-td2:before { content: "\e91c"; } // New Phyrexia vs. Mirrodin Pure
|
||||
.@{ss-prefix}-dds:before { content: "\e921"; } // Mind vs. Might
|
||||
.@{ss-prefix}-ddt:before { content: "\e933"; } // Merfolk vs. Goblins
|
||||
|
||||
/**
|
||||
* From the Vault */
|
||||
|
@ -2,6 +2,6 @@
|
||||
* Global */
|
||||
|
||||
@ss-font-path: '../fonts';
|
||||
@ss-version: '3.1.3';
|
||||
@ss-version: '3.1.4';
|
||||
@ss-font-size-base: 14px;
|
||||
@ss-prefix: ss;
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "keyrune",
|
||||
"description": "Keyrune",
|
||||
"version": "3.1.3",
|
||||
"version": "3.1.4",
|
||||
"author": {
|
||||
"name": "Andrew Gioia",
|
||||
"email": "andrewgioia@gmail.com",
|
||||
|
@ -1,7 +1,7 @@
|
||||
// _variables.scss
|
||||
|
||||
// #.
|
||||
$keyrune_version: '3.1.3' !default;
|
||||
$keyrune_version: '3.1.4' !default;
|
||||
$keyrune_font_path: '../fonts' !default;
|
||||
|
||||
// #. Keyrune Font ==============================
|
||||
@ -210,6 +210,7 @@ $mtg_setlist: (
|
||||
("Archenemy: Nicol Bolas", 'e01', "\e92d"),
|
||||
("Archenemy: Nicol Bolas", 'ann', "\e92d"),
|
||||
("Explorers of Ixalan", 'e02', "\e931"),
|
||||
("Commander 2017", 'c17', "\e934"),
|
||||
// # Reprint Sets
|
||||
("Chronicles", 'chr', "\e65e"),
|
||||
("Anthologies", 'ath', "\e65f"),
|
||||
@ -222,6 +223,7 @@ $mtg_setlist: (
|
||||
("Modern Masters 2017", 'mm3', "\e912"),
|
||||
("Renaissance", 'xren', "\e917"),
|
||||
("Rinascimento", 'xrin', "\e918"),
|
||||
("Iconic Masters", 'ima', "\e935"),
|
||||
// # Beginner Sets
|
||||
("Portal", 'por', "\e664"),
|
||||
("Portal 2", 'p02', "\e665"),
|
||||
@ -251,6 +253,7 @@ $mtg_setlist: (
|
||||
("Blessed vs. Cursed", 'ddq', "\e908"),
|
||||
("Nissa vs. Ob Nixilis", 'ddr', "\e90d"),
|
||||
("New Phyrexia vs. Mirrodin Pure", 'td2', "\e91c"),
|
||||
("Merfolk vs. Goblins", 'ddt', "\e933"),
|
||||
// # From the Vault
|
||||
("Dragons", 'drb', "\e678"),
|
||||
("Exiled", 'v09', "\e679"),
|
||||
|
Loading…
Reference in New Issue
Block a user