mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 07:29:56 +00:00
Adding Ravnica Allegiance
This commit is contained in:
parent
ed8623ddcf
commit
bad3bb1674
@ -1,4 +1,4 @@
|
||||
# Keyrune v3.3.2
|
||||
# Keyrune v3.3.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.3.3 - Ravnica Allegiance added (official symbol)
|
||||
* v3.3.2 - Ultimate Masters icon added
|
||||
* v3.3.1 - All 10 guilds added as Guild Kit symbols
|
||||
* v3.3.0 - Adding Guilds of Ravnica, Game Night, and Mythic Edition. Breaking: this is now `MED` and the original conflicting Masters Edition is now `ME1`.
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "keyrune",
|
||||
"homepage": "http://andrewgioia.github.io/Keyrune",
|
||||
"version": "3.3.2",
|
||||
"version": "3.3.3",
|
||||
"authors": [
|
||||
"Andrew Gioia <andrewgioia@gmail.com>"
|
||||
],
|
||||
|
@ -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
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: 508 KiB After Width: | Height: | Size: 510 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -142,6 +142,7 @@
|
||||
/* Guilds of Ravnica Block */
|
||||
.@{ss-prefix}-grn:before, // Guilds of Ravnica
|
||||
.@{ss-prefix}-gk1:before { content: "\e94b"; } // Guild Kits
|
||||
.@{ss-prefix}-rna:before { content: "\e959"; } // Ravnica Allegiance
|
||||
|
||||
/**
|
||||
* Command Zone */
|
||||
|
@ -2,6 +2,6 @@
|
||||
* Global */
|
||||
|
||||
@ss-font-path: '../fonts';
|
||||
@ss-version: '3.3.2';
|
||||
@ss-version: '3.3.3';
|
||||
@ss-font-size-base: 14px;
|
||||
@ss-prefix: ss;
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "keyrune",
|
||||
"description": "Keyrune",
|
||||
"version": "3.3.2",
|
||||
"version": "3.3.3",
|
||||
"author": {
|
||||
"name": "Andrew Gioia",
|
||||
"email": "andrewgioia@gmail.com",
|
||||
|
@ -1,7 +1,7 @@
|
||||
// _variables.scss
|
||||
|
||||
// #.
|
||||
$keyrune_version: '3.3.2' !default;
|
||||
$keyrune_version: '3.3.3' !default;
|
||||
$keyrune_font_path: '../fonts' !default;
|
||||
|
||||
// #. Keyrune Font ==============================
|
||||
@ -201,6 +201,7 @@ $mtg_setlist: (
|
||||
// Guilds of Ravnica block
|
||||
("Guilds of Ravnica", "grn", "\e94b"),
|
||||
("Guild Kits", "gk1", "\e94b"),
|
||||
("Ravnica Allegiance", "rna", "\e959"),
|
||||
// # Commander Sets
|
||||
("Vanguard", 'van', "\e655"),
|
||||
("Planechase 2009", 'hop', "\e656"),
|
||||
|
Loading…
Reference in New Issue
Block a user