mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-10-31 23:04:46 +00:00
Adding Signature Spellbook: Gideon and correcting Mirage
This commit is contained in:
parent
33c6694aae
commit
7a5f91f72f
@ -1,4 +1,4 @@
|
|||||||
# Keyrune v3.4.1
|
# Keyrune v3.4.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.4.2 - Signature Spellbook: Gideon added, Mirage symbol corrected
|
||||||
* v3.4.1 - Fixed issue with desktop version not updating (version numbers must be present in ttf on some systems)
|
* v3.4.1 - Fixed issue with desktop version not updating (version numbers must be present in ttf on some systems)
|
||||||
* v3.4.0 - War of the Spark and Modern Horizons unofficial icons added, GK2 alias
|
* v3.4.0 - War of the Spark and Modern Horizons unofficial icons added, GK2 alias
|
||||||
* v3.3.3 - Ravnica Allegiance added (official symbol)
|
* v3.3.3 - Ravnica Allegiance added (official symbol)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "keyrune",
|
"name": "keyrune",
|
||||||
"homepage": "http://andrewgioia.github.io/Keyrune",
|
"homepage": "http://andrewgioia.github.io/Keyrune",
|
||||||
"version": "3.4.1",
|
"version": "3.4.2",
|
||||||
"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.4.0');
|
src: url('../fonts/keyrune.eot?v=3.4.2');
|
||||||
src: url('../fonts/keyrune.eot?#iefix&v=3.4.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.4.0') format('woff2'), url('../fonts/keyrune.woff?v=3.4.0') format('woff'), url('../fonts/keyrune.ttf?v=3.4.0') format('truetype'), url('../fonts/keyrune.svg?v=3.4.0#keyrune') format('svg');
|
src: url('../fonts/keyrune.eot?#iefix&v=3.4.2') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.4.2') format('woff2'), url('../fonts/keyrune.woff?v=3.4.2') format('woff'), url('../fonts/keyrune.ttf?v=3.4.2') format('truetype'), url('../fonts/keyrune.svg?v=3.4.2#keyrune') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
@ -750,6 +750,9 @@
|
|||||||
.ss-ss1:before {
|
.ss-ss1:before {
|
||||||
content: "\e944";
|
content: "\e944";
|
||||||
}
|
}
|
||||||
|
.ss-ss2:before {
|
||||||
|
content: "\e95c";
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Global Series */
|
* Global Series */
|
||||||
.ss-gs1:before {
|
.ss-gs1: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: 512 KiB After Width: | Height: | Size: 523 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -255,6 +255,7 @@
|
|||||||
* Signature Spellbook */
|
* Signature Spellbook */
|
||||||
|
|
||||||
.@{ss-prefix}-ss1:before { content: "\e944"; } // Jace
|
.@{ss-prefix}-ss1:before { content: "\e944"; } // Jace
|
||||||
|
.@{ss-prefix}-ss2:before { content: "\e95c"; } // Gideon
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Global Series */
|
* Global Series */
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
* Global */
|
* Global */
|
||||||
|
|
||||||
@ss-font-path: '../fonts';
|
@ss-font-path: '../fonts';
|
||||||
@ss-version: '3.4.0';
|
@ss-version: '3.4.2';
|
||||||
@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.4.1",
|
"version": "3.4.2",
|
||||||
"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.4.0' !default;
|
$keyrune_version: '3.4.2' !default;
|
||||||
$keyrune_font_path: '../fonts' !default;
|
$keyrune_font_path: '../fonts' !default;
|
||||||
|
|
||||||
// #. Keyrune Font ==============================
|
// #. Keyrune Font ==============================
|
||||||
@ -293,6 +293,7 @@ $mtg_setlist: (
|
|||||||
("Modern Event Deck", 'md1', "\e682"),
|
("Modern Event Deck", 'md1', "\e682"),
|
||||||
// # Signature Spellbook
|
// # Signature Spellbook
|
||||||
("Jace", 'ss1', "\e944"),
|
("Jace", 'ss1', "\e944"),
|
||||||
|
("Gideon", 'ss2', "\e95c"),
|
||||||
// # Global Series
|
// # Global Series
|
||||||
("Jiang Yanggu & Mu Yanling", 'gs1', "\e945"),
|
("Jiang Yanggu & Mu Yanling", 'gs1', "\e945"),
|
||||||
// # Guild Kits
|
// # Guild Kits
|
||||||
|
Loading…
Reference in New Issue
Block a user