mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 07:29:56 +00:00
v3.0.0 update with a slew of icon corrections for some older symbols, new unofficial icons, and an icon preview on the doc site
This commit is contained in:
parent
bedb506720
commit
8417579b6d
@ -1,4 +1,4 @@
|
|||||||
# Keyrune v2.3.0
|
# Keyrune v3.0.0
|
||||||
|
|
||||||
## 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.0.0 - [Big update!](https://github.com/andrewgioia/Keyrune/milestone/1) Many symbols were compared and corrected to the original card version, 6 unofficial icons added, and new preview on doc site
|
||||||
* v2.3.0 - Adding Hour of Devastation symbol (awaiting higher resolution source)
|
* v2.3.0 - Adding Hour of Devastation symbol (awaiting higher resolution source)
|
||||||
* v2.2.3 - Adding Welcome Deck 2017 symbol
|
* v2.2.3 - Adding Welcome Deck 2017 symbol
|
||||||
* v2.2.2 - Adding Amonkhet Invocation symbol; correcting Portal: Second Age set code and leaving alias
|
* v2.2.2 - Adding Amonkhet Invocation symbol; correcting Portal: Second Age set code and leaving alias
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "keyrune",
|
"name": "keyrune",
|
||||||
"homepage": "http://andrewgioia.github.io/Keyrune",
|
"homepage": "http://andrewgioia.github.io/Keyrune",
|
||||||
"version": "2.3.0",
|
"version": "3.0.0",
|
||||||
"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=2.3.0');
|
src: url('../fonts/keyrune.eot?v=3.0.0');
|
||||||
src: url('../fonts/keyrune.eot?#iefix&v=2.3.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=2.3.0') format('woff2'), url('../fonts/keyrune.woff?v=2.3.0') format('woff'), url('../fonts/keyrune.ttf?v=2.3.0') format('truetype'), url('../fonts/keyrune.svg?v=2.3.0#keyrune') format('svg');
|
src: url('../fonts/keyrune.eot?#iefix&v=3.0.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.0.0') format('woff2'), url('../fonts/keyrune.woff?v=3.0.0') format('woff'), url('../fonts/keyrune.ttf?v=3.0.0') format('truetype'), url('../fonts/keyrune.svg?v=3.0.0#keyrune') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
@ -224,6 +224,9 @@
|
|||||||
.ss-ice:before {
|
.ss-ice:before {
|
||||||
content: "\e619";
|
content: "\e619";
|
||||||
}
|
}
|
||||||
|
.ss-ice2:before {
|
||||||
|
content: "\e925";
|
||||||
|
}
|
||||||
.ss-all:before {
|
.ss-all:before {
|
||||||
content: "\e61a";
|
content: "\e61a";
|
||||||
}
|
}
|
||||||
@ -770,6 +773,26 @@
|
|||||||
.ss-unh:before {
|
.ss-unh:before {
|
||||||
content: "\e692";
|
content: "\e692";
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* Unofficial */
|
||||||
|
.ss-xcle:before {
|
||||||
|
content: "\e926";
|
||||||
|
}
|
||||||
|
.ss-xice:before {
|
||||||
|
content: "\e927";
|
||||||
|
}
|
||||||
|
.ss-x2ps:before {
|
||||||
|
content: "\e928";
|
||||||
|
}
|
||||||
|
.ss-x4ea:before {
|
||||||
|
content: "\e929";
|
||||||
|
}
|
||||||
|
.ss-papac:before {
|
||||||
|
content: "\e92a";
|
||||||
|
}
|
||||||
|
.ss-peuro:before {
|
||||||
|
content: "\e92b";
|
||||||
|
}
|
||||||
.ss-border:after {
|
.ss-border:after {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
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: 292 KiB After Width: | Height: | Size: 331 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -34,7 +34,8 @@
|
|||||||
.@{ss-prefix}-fem:before { content: "\e617"; } // Fallen Empires
|
.@{ss-prefix}-fem:before { content: "\e617"; } // Fallen Empires
|
||||||
.@{ss-prefix}-hml:before { content: "\e618"; } // Homelands
|
.@{ss-prefix}-hml:before { content: "\e618"; } // Homelands
|
||||||
/* Ice Age Block */
|
/* Ice Age Block */
|
||||||
.@{ss-prefix}-ice:before { content: "\e619"; } // Ice Age
|
.@{ss-prefix}-ice:before { content: "\e619"; } // Ice Age (Re-release)
|
||||||
|
.@{ss-prefix}-ice2:before { content: "\e925"; } // Ice Age (Original)
|
||||||
.@{ss-prefix}-all:before { content: "\e61a"; } // Alliances
|
.@{ss-prefix}-all:before { content: "\e61a"; } // Alliances
|
||||||
.@{ss-prefix}-csp:before { content: "\e61b"; } // Coldsnap
|
.@{ss-prefix}-csp:before { content: "\e61b"; } // Coldsnap
|
||||||
/* Mirage Block */
|
/* Mirage Block */
|
||||||
@ -268,3 +269,14 @@
|
|||||||
|
|
||||||
.@{ss-prefix}-ugl:before { content: "\e691"; } // Unglued
|
.@{ss-prefix}-ugl:before { content: "\e691"; } // Unglued
|
||||||
.@{ss-prefix}-unh:before { content: "\e692"; } // Unhinged
|
.@{ss-prefix}-unh:before { content: "\e692"; } // Unhinged
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Unofficial */
|
||||||
|
|
||||||
|
.@{ss-prefix}-xcle:before { content: "\e926"; } // Collector's Edition
|
||||||
|
.@{ss-prefix}-xice:before { content: "\e927"; } // International Collector's Edition
|
||||||
|
.@{ss-prefix}-x2ps:before { content: "\e928"; } // Two Player Introductory Set
|
||||||
|
.@{ss-prefix}-x4ea:before { content: "\e929"; } // Alternate 4th Edition
|
||||||
|
.@{ss-prefix}-papac:before { content: "\e92a"; } // APAC Lands
|
||||||
|
.@{ss-prefix}-peuro:before { content: "\e92b"; } // Euro Lands
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
* Global */
|
* Global */
|
||||||
|
|
||||||
@ss-font-path: '../fonts';
|
@ss-font-path: '../fonts';
|
||||||
@ss-version: '2.3.0';
|
@ss-version: '3.0.0';
|
||||||
@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": "2.3.0",
|
"version": "3.0.0",
|
||||||
"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: '2.3.0' !default;
|
$keyrune_version: '3.0.0' !default;
|
||||||
$keyrune_font_path: '../fonts' !default;
|
$keyrune_font_path: '../fonts' !default;
|
||||||
|
|
||||||
// #. Keyrune Font ==============================
|
// #. Keyrune Font ==============================
|
||||||
@ -95,6 +95,7 @@ $mtg_setlist: (
|
|||||||
("Homelands", 'hml', "\e618"),
|
("Homelands", 'hml', "\e618"),
|
||||||
// Ice Age block
|
// Ice Age block
|
||||||
("Ice Age", 'ice', "\e619"),
|
("Ice Age", 'ice', "\e619"),
|
||||||
|
("Ice Age (Original)", 'ice2', "\e925"),
|
||||||
("Alliances", 'all', "\e61a"),
|
("Alliances", 'all', "\e61a"),
|
||||||
("Coldsnap", 'csp', "\e61b"),
|
("Coldsnap", 'csp', "\e61b"),
|
||||||
// Mirage block
|
// Mirage block
|
||||||
@ -298,5 +299,12 @@ $mtg_setlist: (
|
|||||||
("Treasure Chests", 'pz2', "\e91f"),
|
("Treasure Chests", 'pz2', "\e91f"),
|
||||||
// # The Unsets
|
// # The Unsets
|
||||||
("Unglued", 'ugl', "\e691"),
|
("Unglued", 'ugl', "\e691"),
|
||||||
("Unhinged", 'unh', "\e692")
|
("Unhinged", 'unh', "\e692"),
|
||||||
|
// # Unofficial
|
||||||
|
("Collector's Edition", 'xcle', "\e926"),
|
||||||
|
("International Collector's Edition", 'xice', "\e927"),
|
||||||
|
("Two Player Introductory Set", 'x2ps', "\e928"),
|
||||||
|
("Alternate 4th Edition", 'x4ea', "\e929"),
|
||||||
|
("APAC Lands", 'papac', "\e92a"),
|
||||||
|
("Euro Lands", 'peuro', "\e92b")
|
||||||
) !default;
|
) !default;
|
||||||
|
Loading…
Reference in New Issue
Block a user