mirror of
https://github.com/andrewgioia/keyrune.git
synced 2025-01-30 11:41:23 +00:00
Adding Commander Anthology and some aliases
This commit is contained in:
parent
a9b660d97e
commit
422ca854eb
@ -1,4 +1,4 @@
|
||||
# Keyrune v2.1.0
|
||||
# Keyrune v2.1.1
|
||||
|
||||
## The Magic: the Gathering set symbol font!
|
||||
|
||||
@ -36,6 +36,7 @@ Attribution is **greatly appreciated** but not required!
|
||||
|
||||
## Changelog
|
||||
|
||||
* v2.1.1 - Commander Anthology
|
||||
* v2.1.0 - A whole slew of new promo and digital symbols thanks to @fenhl
|
||||
* v2.0.1 - Xbox Media Promo symbol from original Duels of the Planeswalkers on Xbox
|
||||
* v2.0.0 - Keyrune, now with sass! Thanks to @jordanbrauer
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "keyrune",
|
||||
"homepage": "http://andrewgioia.github.io/Keyrune",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"authors": [
|
||||
"Andrew Gioia <andrewgioia@gmail.com>"
|
||||
],
|
||||
|
@ -2,8 +2,8 @@
|
||||
* Global */
|
||||
@font-face {
|
||||
font-family: 'Keyrune';
|
||||
src: url('../fonts/keyrune.eot?v=2.1.0');
|
||||
src: url('../fonts/keyrune.eot?#iefix&v=2.1.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=2.1.0') format('woff2'), url('../fonts/keyrune.woff?v=2.1.0') format('woff'), url('../fonts/keyrune.ttf?v=2.1.0') format('truetype'), url('../fonts/keyrune.svg?v=2.1.0#keyrune') format('svg');
|
||||
src: url('../fonts/keyrune.eot?v=2.1.1');
|
||||
src: url('../fonts/keyrune.eot?#iefix&v=2.1.1') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=2.1.1') format('woff2'), url('../fonts/keyrune.woff?v=2.1.1') format('woff'), url('../fonts/keyrune.ttf?v=2.1.1') format('truetype'), url('../fonts/keyrune.svg?v=2.1.1#keyrune') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -458,6 +458,9 @@
|
||||
.ss-pca:before {
|
||||
content: "\e911";
|
||||
}
|
||||
.ss-cma:before {
|
||||
content: "\e916";
|
||||
}
|
||||
/**
|
||||
* Reprint */
|
||||
.ss-chr:before {
|
||||
@ -569,6 +572,9 @@
|
||||
.ss-ddr:before {
|
||||
content: "\e90d";
|
||||
}
|
||||
.ss-td2:before {
|
||||
content: "\e91c";
|
||||
}
|
||||
/**
|
||||
* From the Vault */
|
||||
.ss-drb:before {
|
||||
@ -688,12 +694,11 @@
|
||||
.ss-xlcu:before {
|
||||
content: "\e90c";
|
||||
}
|
||||
.ss-modo:before,
|
||||
.ss-pmodo:before {
|
||||
content: "\e91b";
|
||||
}
|
||||
.ss-td2:before {
|
||||
content: "\e91c";
|
||||
}
|
||||
.ss-duels:before,
|
||||
.ss-xduels:before {
|
||||
content: "\e91d";
|
||||
}
|
||||
|
2
css/keyrune.min.css
vendored
2
css/keyrune.min.css
vendored
File diff suppressed because one or more lines are too long
@ -143,6 +143,7 @@
|
||||
.@{ss-prefix}-cn2:before { content: "\e904"; } // Conspiracy 2: Take the Crown
|
||||
.@{ss-prefix}-c16:before { content: "\e910"; } // Commander 2016
|
||||
.@{ss-prefix}-pca:before { content: "\e911"; } // Planechase Anthology
|
||||
.@{ss-prefix}-cma:before { content: "\e916"; } // Commander Anthology
|
||||
|
||||
/**
|
||||
* Reprint */
|
||||
@ -190,6 +191,7 @@
|
||||
.@{ss-prefix}-ddp:before { content: "\e698"; } // Zendikar vs. Eldrazi
|
||||
.@{ss-prefix}-ddq:before { content: "\e908"; } // Blessed vs. Cursed
|
||||
.@{ss-prefix}-ddr:before { content: "\e90d"; } // Nissa vs. Ob Nixilis
|
||||
.@{ss-prefix}-td2:before { content: "\e91c"; } // New Phyrexia vs. Mirrodin Pure
|
||||
|
||||
/**
|
||||
* From the Vault */
|
||||
@ -243,8 +245,9 @@
|
||||
.@{ss-prefix}-tpr:before { content: "\e694"; } // Tempest Remastered
|
||||
.@{ss-prefix}-vma:before { content: "\e696"; } // Vintage Masters
|
||||
.@{ss-prefix}-xlcu:before { content: "\e90c"; } // Legendary Cube
|
||||
.@{ss-prefix}-modo:before,
|
||||
.@{ss-prefix}-pmodo:before { content: "\e91b"; } // Magic Online promos
|
||||
.@{ss-prefix}-td2:before { content: "\e91c"; } // New Phyrexia vs. Mirrodin Pure
|
||||
.@{ss-prefix}-duels:before,
|
||||
.@{ss-prefix}-xduels:before { content: "\e91d"; } // Magic Duels
|
||||
.@{ss-prefix}-xmods:before { content: "\e91e"; } // Magic Online Deck Series
|
||||
|
||||
|
@ -2,6 +2,6 @@
|
||||
* Global */
|
||||
|
||||
@ss-font-path: '../fonts';
|
||||
@ss-version: '2.1.0';
|
||||
@ss-version: '2.1.1';
|
||||
@ss-font-size-base: 14px;
|
||||
@ss-prefix: ss;
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "keyrune",
|
||||
"description": "Keyrune",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"author": {
|
||||
"name": "Andrew Gioia",
|
||||
"email": "andrewgioia@gmail.com",
|
||||
|
@ -1,7 +1,7 @@
|
||||
// _variables.scss
|
||||
|
||||
// #.
|
||||
$keyrune_version: '2.1.0' !default;
|
||||
$keyrune_version: '2.1.1' !default;
|
||||
$keyrune_font_path: '../fonts' !default;
|
||||
|
||||
// #. Keyrune Font ==============================
|
||||
@ -198,7 +198,8 @@ $mtg_setlist: (
|
||||
("Commander 2015", 'c15', "\e900"),
|
||||
("Conspiracy 2, Take", 'cn2', "\e904"),
|
||||
("Commander 2016", 'c16', "\e910"),
|
||||
("Planechase", 'pca', "\e911"),
|
||||
("Planechase Anthology", 'pca', "\e911"),
|
||||
("Commander Anthology", 'cma', "\e916"),
|
||||
// # Reprint Sets
|
||||
("Chronicles", 'chr', "\e65e"),
|
||||
("Anthologies", 'ath', "\e65f"),
|
||||
@ -237,6 +238,7 @@ $mtg_setlist: (
|
||||
("Zendikar vs.", 'ddp', "\e698"),
|
||||
("Blessed vs. Cursed", 'ddq', "\e908"),
|
||||
("Nissa vs. Ob Nixilis", 'ddr', "\e90d"),
|
||||
("New Phyrexia vs. Mirrodin Pure", 'td2', "\e91c"),
|
||||
// # From the Vault
|
||||
("Dragons", 'drb', "\e678"),
|
||||
("Exiled", 'v09', "\e679"),
|
||||
@ -278,8 +280,9 @@ $mtg_setlist: (
|
||||
("Tempest Remastered", 'tpr', "\e694"),
|
||||
("Vintage Masters", 'vma', "\e696"),
|
||||
("Legendary Cube", 'xlcu', "\e90c"),
|
||||
("Magic Online", 'modo', "\e91b"),
|
||||
("Magic Online", 'pmodo', "\e91b"),
|
||||
("New Phyrexia vs. Mirrodin Pure", 'td2', "\e91c"),
|
||||
("Magic Duels", 'duels', "\e91d"),
|
||||
("Magic Duels", 'xduels', "\e91d"),
|
||||
("Magic Online Deck Series", 'xmods', "\e91e"),
|
||||
// # The Unsets
|
||||
|
Loading…
Reference in New Issue
Block a user