mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 15:39:56 +00:00
All 10 guild symbols added for the Guild Kits
This commit is contained in:
parent
84a905927c
commit
93bf75b9ff
@ -1,4 +1,4 @@
|
|||||||
# Keyrune v3.3.0
|
# Keyrune v3.3.1
|
||||||
|
|
||||||
## 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.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
|
||||||
* v3.2.4 - Gatherer-style ABUR symbols added
|
* v3.2.4 - Gatherer-style ABUR symbols added
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "keyrune",
|
"name": "keyrune",
|
||||||
"homepage": "http://andrewgioia.github.io/Keyrune",
|
"homepage": "http://andrewgioia.github.io/Keyrune",
|
||||||
"version": "3.3.0",
|
"version": "3.3.1",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Andrew Gioia <andrewgioia@gmail.com>"
|
"Andrew Gioia <andrewgioia@gmail.com>"
|
||||||
],
|
],
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
* Global */
|
* Global */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Keyrune';
|
font-family: 'Keyrune';
|
||||||
src: url('../fonts/keyrune.eot?v=3.3.0');
|
src: url('../fonts/keyrune.eot?v=3.3.1');
|
||||||
src: url('../fonts/keyrune.eot?#iefix&v=3.3.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.3.0') format('woff2'), url('../fonts/keyrune.woff?v=3.3.0') format('woff'), url('../fonts/keyrune.ttf?v=3.3.0') format('truetype'), url('../fonts/keyrune.svg?v=3.3.0#keyrune') format('svg');
|
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');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
@ -742,6 +742,38 @@
|
|||||||
.ss-gs1:before {
|
.ss-gs1:before {
|
||||||
content: "\e945";
|
content: "\e945";
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* Guild Kits */
|
||||||
|
.ss-azorius:before {
|
||||||
|
content: "\e94e";
|
||||||
|
}
|
||||||
|
.ss-boros:before {
|
||||||
|
content: "\e94f";
|
||||||
|
}
|
||||||
|
.ss-dimir:before {
|
||||||
|
content: "\e950";
|
||||||
|
}
|
||||||
|
.ss-golgari:before {
|
||||||
|
content: "\e951";
|
||||||
|
}
|
||||||
|
.ss-gruul:before {
|
||||||
|
content: "\e952";
|
||||||
|
}
|
||||||
|
.ss-izzet:before {
|
||||||
|
content: "\e953";
|
||||||
|
}
|
||||||
|
.ss-orzhov:before {
|
||||||
|
content: "\e954";
|
||||||
|
}
|
||||||
|
.ss-rakdos:before {
|
||||||
|
content: "\e955";
|
||||||
|
}
|
||||||
|
.ss-selesnya:before {
|
||||||
|
content: "\e956";
|
||||||
|
}
|
||||||
|
.ss-simic:before {
|
||||||
|
content: "\e957";
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Other Supplemental Products */
|
* Other Supplemental Products */
|
||||||
.ss-gnt:before {
|
.ss-gnt: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: 409 KiB After Width: | Height: | Size: 503 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -256,6 +256,20 @@
|
|||||||
|
|
||||||
.@{ss-prefix}-gs1:before { content: "\e945"; } // Jiang Yanggu & Mu Yanling
|
.@{ss-prefix}-gs1:before { content: "\e945"; } // Jiang Yanggu & Mu Yanling
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Guild Kits */
|
||||||
|
|
||||||
|
.@{ss-prefix}-azorius:before { content: "\e94e"; } // Azorius
|
||||||
|
.@{ss-prefix}-boros:before { content: "\e94f"; } // Boros
|
||||||
|
.@{ss-prefix}-dimir:before { content: "\e950"; } // Dimir
|
||||||
|
.@{ss-prefix}-golgari:before { content: "\e951"; } // Golgari
|
||||||
|
.@{ss-prefix}-gruul:before { content: "\e952"; } // Gruul
|
||||||
|
.@{ss-prefix}-izzet:before { content: "\e953"; } // Izzet
|
||||||
|
.@{ss-prefix}-orzhov:before { content: "\e954"; } // Orzhov
|
||||||
|
.@{ss-prefix}-rakdos:before { content: "\e955"; } // Rakdos
|
||||||
|
.@{ss-prefix}-selesnya:before { content: "\e956"; } // Selesnya
|
||||||
|
.@{ss-prefix}-simic:before { content: "\e957"; } // Simic
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Other Supplemental Products */
|
* Other Supplemental Products */
|
||||||
|
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
* Global */
|
* Global */
|
||||||
|
|
||||||
@ss-font-path: '../fonts';
|
@ss-font-path: '../fonts';
|
||||||
@ss-version: '3.3.0';
|
@ss-version: '3.3.1';
|
||||||
@ss-font-size-base: 14px;
|
@ss-font-size-base: 14px;
|
||||||
@ss-prefix: ss;
|
@ss-prefix: ss;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "keyrune",
|
"name": "keyrune",
|
||||||
"description": "Keyrune",
|
"description": "Keyrune",
|
||||||
"version": "3.3.0",
|
"version": "3.3.1",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Andrew Gioia",
|
"name": "Andrew Gioia",
|
||||||
"email": "andrewgioia@gmail.com",
|
"email": "andrewgioia@gmail.com",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// _variables.scss
|
// _variables.scss
|
||||||
|
|
||||||
// #.
|
// #.
|
||||||
$keyrune_version: '3.3.0' !default;
|
$keyrune_version: '3.3.1' !default;
|
||||||
$keyrune_font_path: '../fonts' !default;
|
$keyrune_font_path: '../fonts' !default;
|
||||||
|
|
||||||
// #. Keyrune Font ==============================
|
// #. Keyrune Font ==============================
|
||||||
@ -290,6 +290,17 @@ $mtg_setlist: (
|
|||||||
("Jace", 'ss1', "\e944"),
|
("Jace", 'ss1', "\e944"),
|
||||||
// # Global Series
|
// # Global Series
|
||||||
("Jiang Yanggu & Mu Yanling", 'gs1', "\e945"),
|
("Jiang Yanggu & Mu Yanling", 'gs1', "\e945"),
|
||||||
|
// # Guild Kits
|
||||||
|
("Azorius", 'azorius', "\e94e"),
|
||||||
|
("Boros", 'boros', "\e94f"),
|
||||||
|
("Dimir", 'dimir', "\e950"),
|
||||||
|
("Golgari", 'golgari', "\e951"),
|
||||||
|
("Gruul", 'gruul', "\e952"),
|
||||||
|
("Izzet", 'izzet', "\e953"),
|
||||||
|
("Orzhov", 'orzhov', "\e954"),
|
||||||
|
("Rakdos", 'rakdos', "\e955"),
|
||||||
|
("Selesnya", 'selesnya', "\e956"),
|
||||||
|
("Simic", 'simic', "\e957"),
|
||||||
// # Other Supplemental Products
|
// # Other Supplemental Products
|
||||||
("Game Night", 'gnt', "\e94d"),
|
("Game Night", 'gnt', "\e94d"),
|
||||||
// # Promotional
|
// # Promotional
|
||||||
|
Loading…
Reference in New Issue
Block a user