Adding Ultimate Masters icon

This commit is contained in:
Andrew Gioia 2018-11-05 17:03:24 -05:00
parent 93bf75b9ff
commit ed8623ddcf
13 changed files with 15 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# Keyrune v3.3.1 # Keyrune v3.3.2
## The Magic: the Gathering set symbol font! ## 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 ## Changelog
* v3.3.2 - Ultimate Masters icon added
* v3.3.1 - All 10 guilds added as Guild Kit symbols * 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`. * 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`.
* v3.2.4 - Assigning pMEI to now added 2016 Heroes promo set * v3.2.4 - Assigning pMEI to now added 2016 Heroes promo set

View File

@ -1,7 +1,7 @@
{ {
"name": "keyrune", "name": "keyrune",
"homepage": "http://andrewgioia.github.io/Keyrune", "homepage": "http://andrewgioia.github.io/Keyrune",
"version": "3.3.1", "version": "3.3.2",
"authors": [ "authors": [
"Andrew Gioia <andrewgioia@gmail.com>" "Andrew Gioia <andrewgioia@gmail.com>"
], ],

View File

@ -2,8 +2,8 @@
* Global */ * Global */
@font-face { @font-face {
font-family: 'Keyrune'; font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.3.1'); src: url('../fonts/keyrune.eot?v=3.3.2');
src: url('../fonts/keyrune.eot?#iefix&v=3.3.1') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.3.1') format('woff2'), url('../fonts/keyrune.woff?v=3.3.1') format('woff'), url('../fonts/keyrune.ttf?v=3.3.1') format('truetype'), url('../fonts/keyrune.svg?v=3.3.1#keyrune') format('svg'); 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');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@ -591,6 +591,9 @@
.ss-a25:before { .ss-a25:before {
content: "\e93d"; content: "\e93d";
} }
.ss-uma:before {
content: "\e958";
}
/** /**
* Beginner */ * Beginner */
.ss-por:before { .ss-por:before {

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: 503 KiB

After

Width:  |  Height:  |  Size: 508 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -184,6 +184,7 @@
.@{ss-prefix}-xrin:before { content: "\e918"; } // Rinascimento .@{ss-prefix}-xrin:before { content: "\e918"; } // Rinascimento
.@{ss-prefix}-ima:before { content: "\e935"; } // Iconic Masters .@{ss-prefix}-ima:before { content: "\e935"; } // Iconic Masters
.@{ss-prefix}-a25:before { content: "\e93d"; } // Masters 25 .@{ss-prefix}-a25:before { content: "\e93d"; } // Masters 25
.@{ss-prefix}-uma:before { content: "\e958"; } // Ultimate Masters
/** /**
* Beginner */ * Beginner */

View File

@ -2,6 +2,6 @@
* Global */ * Global */
@ss-font-path: '../fonts'; @ss-font-path: '../fonts';
@ss-version: '3.3.1'; @ss-version: '3.3.2';
@ss-font-size-base: 14px; @ss-font-size-base: 14px;
@ss-prefix: ss; @ss-prefix: ss;

View File

@ -1,7 +1,7 @@
{ {
"name": "keyrune", "name": "keyrune",
"description": "Keyrune", "description": "Keyrune",
"version": "3.3.1", "version": "3.3.2",
"author": { "author": {
"name": "Andrew Gioia", "name": "Andrew Gioia",
"email": "andrewgioia@gmail.com", "email": "andrewgioia@gmail.com",

View File

@ -1,7 +1,7 @@
// _variables.scss // _variables.scss
// #. // #.
$keyrune_version: '3.3.1' !default; $keyrune_version: '3.3.2' !default;
$keyrune_font_path: '../fonts' !default; $keyrune_font_path: '../fonts' !default;
// #. Keyrune Font ============================== // #. Keyrune Font ==============================
@ -237,6 +237,7 @@ $mtg_setlist: (
("Rinascimento", 'xrin', "\e918"), ("Rinascimento", 'xrin', "\e918"),
("Iconic Masters", 'ima', "\e935"), ("Iconic Masters", 'ima', "\e935"),
("Masters 25", 'a25', "\e93d"), ("Masters 25", 'a25', "\e93d"),
("Ultimate Masters", 'uma', "\e958"),
// # Beginner Sets // # Beginner Sets
("Portal", 'por', "\e664"), ("Portal", 'por', "\e664"),
("Portal 2", 'p02', "\e665"), ("Portal 2", 'p02', "\e665"),