mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-11-14 03:14:47 +00:00
Adding icon for Dragon*Con promo set symbol on Nalathni Dragon
This commit is contained in:
parent
6740c4e4c0
commit
8b6e2b206b
@ -1,4 +1,4 @@
|
|||||||
# Keyrune v3.1.1
|
# Keyrune v3.1.2
|
||||||
|
|
||||||
## The Magic: the Gathering set symbol font!
|
## The Magic: the Gathering set symbol font!
|
||||||
|
|
||||||
@ -60,6 +60,7 @@ Attribution is **greatly appreciated** but not required!
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
* v3.1.2 - Added Dragon*Con promo symbol for Nalathni Dragon
|
||||||
* v3.1.1 - Minor corrections for versioning and updates to readme for jsDelivr
|
* v3.1.1 - Minor corrections for versioning and updates to readme for jsDelivr
|
||||||
* v3.1.0 - Slew of new icons for Ixalan, Rivals of Ixalan, Explorers of Ixalan, and Unstable; corrected Hour of Devastation icon based on official release
|
* v3.1.0 - Slew of new icons for Ixalan, Rivals of Ixalan, Explorers of Ixalan, and Unstable; corrected Hour of Devastation icon based on official release
|
||||||
* v3.0.3 - Adding new (correct) Archenemy: Nicol Bolas symbol with confirmed set code (e01)
|
* v3.0.3 - Adding new (correct) Archenemy: Nicol Bolas symbol with confirmed set code (e01)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "keyrune",
|
"name": "keyrune",
|
||||||
"homepage": "http://andrewgioia.github.io/Keyrune",
|
"homepage": "http://andrewgioia.github.io/Keyrune",
|
||||||
"version": "3.1.1",
|
"version": "3.1.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.1.1');
|
src: url('../fonts/keyrune.eot?v=3.1.2');
|
||||||
src: url('../fonts/keyrune.eot?#iefix&v=3.1.1') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.1.1') format('woff2'), url('../fonts/keyrune.woff?v=3.1.1') format('woff'), url('../fonts/keyrune.ttf?v=3.1.1') format('truetype'), url('../fonts/keyrune.svg?v=3.1.1#keyrune') format('svg');
|
src: url('../fonts/keyrune.eot?#iefix&v=3.1.2') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.1.2') format('woff2'), url('../fonts/keyrune.woff?v=3.1.2') format('woff'), url('../fonts/keyrune.ttf?v=3.1.2') format('truetype'), url('../fonts/keyrune.svg?v=3.1.2#keyrune') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
@ -741,6 +741,9 @@
|
|||||||
.ss-pidw:before {
|
.ss-pidw:before {
|
||||||
content: "\e92c";
|
content: "\e92c";
|
||||||
}
|
}
|
||||||
|
.ss-pdgc:before {
|
||||||
|
content: "\e932";
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Online */
|
* Online */
|
||||||
.ss-med:before {
|
.ss-med: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: 345 KiB After Width: | Height: | Size: 350 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -250,6 +250,7 @@
|
|||||||
.@{ss-prefix}-pmpu:before { content: "\e91a"; } // Mirrodin Pure promo
|
.@{ss-prefix}-pmpu:before { content: "\e91a"; } // Mirrodin Pure promo
|
||||||
.@{ss-prefix}-mp2:before { content: "\e922"; } // Amonkhet Invocations
|
.@{ss-prefix}-mp2:before { content: "\e922"; } // Amonkhet Invocations
|
||||||
.@{ss-prefix}-pidw:before { content: "\e92c"; } // IDW promo
|
.@{ss-prefix}-pidw:before { content: "\e92c"; } // IDW promo
|
||||||
|
.@{ss-prefix}-pdgc:before { content: "\e932"; } // Dragon*Con promo
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Online */
|
* Online */
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
* Global */
|
* Global */
|
||||||
|
|
||||||
@ss-font-path: '../fonts';
|
@ss-font-path: '../fonts';
|
||||||
@ss-version: '3.1.1';
|
@ss-version: '3.1.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.1.1",
|
"version": "3.1.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.1.1' !default;
|
$keyrune_version: '3.1.2' !default;
|
||||||
$keyrune_font_path: '../fonts' !default;
|
$keyrune_font_path: '../fonts' !default;
|
||||||
|
|
||||||
// #. Keyrune Font ==============================
|
// #. Keyrune Font ==============================
|
||||||
@ -288,6 +288,7 @@ $mtg_setlist: (
|
|||||||
("Mirrodin Pure", 'pmpu', "\e91a"),
|
("Mirrodin Pure", 'pmpu', "\e91a"),
|
||||||
("Amonkhet Invocations", 'mp2', "\e922"),
|
("Amonkhet Invocations", 'mp2', "\e922"),
|
||||||
("IDW Promo", 'pidw', "\e92c"),
|
("IDW Promo", 'pidw', "\e92c"),
|
||||||
|
("Dragon*Con Promo", 'pdgc', "\e932"),
|
||||||
// # Online Only
|
// # Online Only
|
||||||
("Masters Edition", 'med', "\e68d"),
|
("Masters Edition", 'med', "\e68d"),
|
||||||
("Masters Edition II", 'me2', "\e68e"),
|
("Masters Edition II", 'me2', "\e68e"),
|
||||||
|
Loading…
Reference in New Issue
Block a user