mirror of
https://github.com/andrewgioia/keyrune.git
synced 2025-01-27 10:41:23 +00:00
Adding Ultimate Masters icon
This commit is contained in:
parent
93bf75b9ff
commit
ed8623ddcf
@ -1,4 +1,4 @@
|
||||
# Keyrune v3.3.1
|
||||
# Keyrune v3.3.2
|
||||
|
||||
## 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.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`.
|
||||
* v3.2.4 - Assigning pMEI to now added 2016 Heroes promo set
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "keyrune",
|
||||
"homepage": "http://andrewgioia.github.io/Keyrune",
|
||||
"version": "3.3.1",
|
||||
"version": "3.3.2",
|
||||
"authors": [
|
||||
"Andrew Gioia <andrewgioia@gmail.com>"
|
||||
],
|
||||
|
@ -2,8 +2,8 @@
|
||||
* Global */
|
||||
@font-face {
|
||||
font-family: 'Keyrune';
|
||||
src: url('../fonts/keyrune.eot?v=3.3.1');
|
||||
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?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');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -591,6 +591,9 @@
|
||||
.ss-a25:before {
|
||||
content: "\e93d";
|
||||
}
|
||||
.ss-uma:before {
|
||||
content: "\e958";
|
||||
}
|
||||
/**
|
||||
* Beginner */
|
||||
.ss-por: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: 503 KiB After Width: | Height: | Size: 508 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -184,6 +184,7 @@
|
||||
.@{ss-prefix}-xrin:before { content: "\e918"; } // Rinascimento
|
||||
.@{ss-prefix}-ima:before { content: "\e935"; } // Iconic Masters
|
||||
.@{ss-prefix}-a25:before { content: "\e93d"; } // Masters 25
|
||||
.@{ss-prefix}-uma:before { content: "\e958"; } // Ultimate Masters
|
||||
|
||||
/**
|
||||
* Beginner */
|
||||
|
@ -2,6 +2,6 @@
|
||||
* Global */
|
||||
|
||||
@ss-font-path: '../fonts';
|
||||
@ss-version: '3.3.1';
|
||||
@ss-version: '3.3.2';
|
||||
@ss-font-size-base: 14px;
|
||||
@ss-prefix: ss;
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "keyrune",
|
||||
"description": "Keyrune",
|
||||
"version": "3.3.1",
|
||||
"version": "3.3.2",
|
||||
"author": {
|
||||
"name": "Andrew Gioia",
|
||||
"email": "andrewgioia@gmail.com",
|
||||
|
@ -1,7 +1,7 @@
|
||||
// _variables.scss
|
||||
|
||||
// #.
|
||||
$keyrune_version: '3.3.1' !default;
|
||||
$keyrune_version: '3.3.2' !default;
|
||||
$keyrune_font_path: '../fonts' !default;
|
||||
|
||||
// #. Keyrune Font ==============================
|
||||
@ -237,6 +237,7 @@ $mtg_setlist: (
|
||||
("Rinascimento", 'xrin', "\e918"),
|
||||
("Iconic Masters", 'ima', "\e935"),
|
||||
("Masters 25", 'a25', "\e93d"),
|
||||
("Ultimate Masters", 'uma', "\e958"),
|
||||
// # Beginner Sets
|
||||
("Portal", 'por', "\e664"),
|
||||
("Portal 2", 'p02', "\e665"),
|
||||
|
Loading…
Reference in New Issue
Block a user