mirror of
				https://github.com/andrewgioia/keyrune.git
				synced 2025-11-03 23:50:45 +00:00 
			
		
		
		
	Added HasCon 2017 promo and FTV: Transform symbols
This commit is contained in:
		
							parent
							
								
									748d4ac046
								
							
						
					
					
						commit
						f1acd07b99
					
				@ -1,4 +1,4 @@
 | 
			
		||||
# Keyrune v3.1.5
 | 
			
		||||
# Keyrune v3.1.6
 | 
			
		||||
 | 
			
		||||
## The Magic: the Gathering set symbol font!
 | 
			
		||||
 | 
			
		||||
@ -60,6 +60,7 @@ Attribution is **greatly appreciated** but not required!
 | 
			
		||||
 | 
			
		||||
## Changelog
 | 
			
		||||
 | 
			
		||||
* v3.1.6 - Added FTV: Transform and HasCon 2017 promo symbols
 | 
			
		||||
* v3.1.5 - Updated IMA and C17 with official hi-res versions; added FNM as an unofficial symbol (pFNM) and the heart symbol on Phoenix Heart (pHEART)
 | 
			
		||||
* v3.1.4 - New icons for Iconic Masters (IMA), Commander 2017 (C17), and Merfolk vs. Goblins (DDT), based on low-res version from Coming Soon
 | 
			
		||||
* v3.1.3 - Correcting the set code for Dragon*Con
 | 
			
		||||
 | 
			
		||||
@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "keyrune",
 | 
			
		||||
    "homepage": "http://andrewgioia.github.io/Keyrune",
 | 
			
		||||
    "version": "3.1.5",
 | 
			
		||||
    "version": "3.1.6",
 | 
			
		||||
    "authors": [
 | 
			
		||||
        "Andrew Gioia <andrewgioia@gmail.com>"
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
@ -2,8 +2,8 @@
 | 
			
		||||
 * Global */
 | 
			
		||||
@font-face {
 | 
			
		||||
  font-family: 'Keyrune';
 | 
			
		||||
  src: url('../fonts/keyrune.eot?v=3.1.5');
 | 
			
		||||
  src: url('../fonts/keyrune.eot?#iefix&v=3.1.5') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.1.5') format('woff2'), url('../fonts/keyrune.woff?v=3.1.5') format('woff'), url('../fonts/keyrune.ttf?v=3.1.5') format('truetype'), url('../fonts/keyrune.svg?v=3.1.5#keyrune') format('svg');
 | 
			
		||||
  src: url('../fonts/keyrune.eot?v=3.1.6');
 | 
			
		||||
  src: url('../fonts/keyrune.eot?#iefix&v=3.1.6') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.1.6') format('woff2'), url('../fonts/keyrune.woff?v=3.1.6') format('woff'), url('../fonts/keyrune.ttf?v=3.1.6') format('truetype'), url('../fonts/keyrune.svg?v=3.1.6#keyrune') format('svg');
 | 
			
		||||
  font-weight: normal;
 | 
			
		||||
  font-style: normal;
 | 
			
		||||
}
 | 
			
		||||
@ -676,6 +676,9 @@
 | 
			
		||||
.ss-v0x:before {
 | 
			
		||||
  content: "\e920";
 | 
			
		||||
}
 | 
			
		||||
.ss-v17:before {
 | 
			
		||||
  content: "\e939";
 | 
			
		||||
}
 | 
			
		||||
/**
 | 
			
		||||
 * Premium Deck Series */
 | 
			
		||||
.ss-h09:before {
 | 
			
		||||
@ -756,6 +759,9 @@
 | 
			
		||||
.ss-pheart:before {
 | 
			
		||||
  content: "\e936";
 | 
			
		||||
}
 | 
			
		||||
.ss-h17:before {
 | 
			
		||||
  content: "\e938";
 | 
			
		||||
}
 | 
			
		||||
/**
 | 
			
		||||
 * Online */
 | 
			
		||||
.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: 373 KiB After Width: | Height: | Size: 374 KiB  | 
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							@ -221,6 +221,7 @@
 | 
			
		||||
.@{ss-prefix}-v15:before { content: "\e905"; } // Angels
 | 
			
		||||
.@{ss-prefix}-v16:before { content: "\e906"; } // Lore
 | 
			
		||||
.@{ss-prefix}-v0x:before { content: "\e920"; } // Vaults
 | 
			
		||||
.@{ss-prefix}-v17:before { content: "\e939"; } // Transform
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Premium Deck Series */
 | 
			
		||||
@ -255,6 +256,7 @@
 | 
			
		||||
.@{ss-prefix}-pidw:before { content: "\e92c"; } // IDW promo
 | 
			
		||||
.@{ss-prefix}-pdrc:before { content: "\e932"; } // Dragon*Con promo
 | 
			
		||||
.@{ss-prefix}-pheart:before { content: "\e936"; } // Phoenix Heart celebration
 | 
			
		||||
.@{ss-prefix}-h17:before { content: "\e938"; } // HasCon 2017
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Online */
 | 
			
		||||
 | 
			
		||||
@ -2,6 +2,6 @@
 | 
			
		||||
 * Global */
 | 
			
		||||
 | 
			
		||||
@ss-font-path: '../fonts';
 | 
			
		||||
@ss-version: '3.1.5';
 | 
			
		||||
@ss-version: '3.1.6';
 | 
			
		||||
@ss-font-size-base: 14px;
 | 
			
		||||
@ss-prefix: ss;
 | 
			
		||||
 | 
			
		||||
@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "keyrune",
 | 
			
		||||
  "description": "Keyrune",
 | 
			
		||||
  "version": "3.1.5",
 | 
			
		||||
  "version": "3.1.6",
 | 
			
		||||
  "author": {
 | 
			
		||||
    "name": "Andrew Gioia",
 | 
			
		||||
    "email": "andrewgioia@gmail.com",
 | 
			
		||||
 | 
			
		||||
@ -1,7 +1,7 @@
 | 
			
		||||
// _variables.scss
 | 
			
		||||
 | 
			
		||||
// #.
 | 
			
		||||
$keyrune_version: '3.1.5' !default;
 | 
			
		||||
$keyrune_version: '3.1.6' !default;
 | 
			
		||||
$keyrune_font_path:  '../fonts' !default;
 | 
			
		||||
 | 
			
		||||
// #. Keyrune Font ==============================
 | 
			
		||||
@ -265,6 +265,7 @@ $mtg_setlist: (
 | 
			
		||||
  ("Angels", 'v15', "\e905"),
 | 
			
		||||
  ("Lore", 'v16', "\e906"),
 | 
			
		||||
  ("Vaults", 'v0x', "\e920"),
 | 
			
		||||
  ("Transform", 'v17', "\e939"),
 | 
			
		||||
  // # Premium Deck Series
 | 
			
		||||
  ("Slivers", 'h09', "\e67f"),
 | 
			
		||||
  ("Fire & Lightning", 'pd2', "\e680"),
 | 
			
		||||
@ -293,6 +294,7 @@ $mtg_setlist: (
 | 
			
		||||
  ("IDW Promo", 'pidw', "\e92c"),
 | 
			
		||||
  ("Dragon*Con Promo", 'pdrc', "\e932"),
 | 
			
		||||
  ("Phoenix Heart Celebration", 'pheart', "\e936"),
 | 
			
		||||
  ("HasCon 2017", 'h17', "\e938"),
 | 
			
		||||
  // # Online Only
 | 
			
		||||
  ("Masters Edition", 'med', "\e68d"),
 | 
			
		||||
  ("Masters Edition II", 'me2', "\e68e"),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user