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!
|
||||
|
||||
@ -60,6 +60,7 @@ Attribution is **greatly appreciated** but not required!
|
||||
|
||||
## 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.2.3 - Adding Welcome Deck 2017 symbol
|
||||
* v2.2.2 - Adding Amonkhet Invocation symbol; correcting Portal: Second Age set code and leaving alias
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "keyrune",
|
||||
"homepage": "http://andrewgioia.github.io/Keyrune",
|
||||
"version": "2.3.0",
|
||||
"version": "3.0.0",
|
||||
"authors": [
|
||||
"Andrew Gioia <andrewgioia@gmail.com>"
|
||||
],
|
||||
|
@ -2,8 +2,8 @@
|
||||
* Global */
|
||||
@font-face {
|
||||
font-family: 'Keyrune';
|
||||
src: url('../fonts/keyrune.eot?v=2.3.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?v=3.0.0');
|
||||
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-style: normal;
|
||||
}
|
||||
@ -224,6 +224,9 @@
|
||||
.ss-ice:before {
|
||||
content: "\e619";
|
||||
}
|
||||
.ss-ice2:before {
|
||||
content: "\e925";
|
||||
}
|
||||
.ss-all:before {
|
||||
content: "\e61a";
|
||||
}
|
||||
@ -770,6 +773,26 @@
|
||||
.ss-unh:before {
|
||||
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 {
|
||||
content: "";
|
||||
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}-hml:before { content: "\e618"; } // Homelands
|
||||
/* 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}-csp:before { content: "\e61b"; } // Coldsnap
|
||||
/* Mirage Block */
|
||||
@ -268,3 +269,14 @@
|
||||
|
||||
.@{ss-prefix}-ugl:before { content: "\e691"; } // Unglued
|
||||
.@{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 */
|
||||
|
||||
@ss-font-path: '../fonts';
|
||||
@ss-version: '2.3.0';
|
||||
@ss-version: '3.0.0';
|
||||
@ss-font-size-base: 14px;
|
||||
@ss-prefix: ss;
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "keyrune",
|
||||
"description": "Keyrune",
|
||||
"version": "2.3.0",
|
||||
"version": "3.0.0",
|
||||
"author": {
|
||||
"name": "Andrew Gioia",
|
||||
"email": "andrewgioia@gmail.com",
|
||||
|
@ -1,7 +1,7 @@
|
||||
// _variables.scss
|
||||
|
||||
// #.
|
||||
$keyrune_version: '2.3.0' !default;
|
||||
$keyrune_version: '3.0.0' !default;
|
||||
$keyrune_font_path: '../fonts' !default;
|
||||
|
||||
// #. Keyrune Font ==============================
|
||||
@ -95,6 +95,7 @@ $mtg_setlist: (
|
||||
("Homelands", 'hml', "\e618"),
|
||||
// Ice Age block
|
||||
("Ice Age", 'ice', "\e619"),
|
||||
("Ice Age (Original)", 'ice2', "\e925"),
|
||||
("Alliances", 'all', "\e61a"),
|
||||
("Coldsnap", 'csp', "\e61b"),
|
||||
// Mirage block
|
||||
@ -298,5 +299,12 @@ $mtg_setlist: (
|
||||
("Treasure Chests", 'pz2', "\e91f"),
|
||||
// # The Unsets
|
||||
("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;
|
||||
|
Loading…
Reference in New Issue
Block a user