mirror of
				https://github.com/andrewgioia/keyrune.git
				synced 2025-11-04 08:00:43 +00:00 
			
		
		
		
	New icons for Iconic Masters, Commander 2017, and Merfolk vs. Goblins
This commit is contained in:
		
							parent
							
								
									4bffd3703f
								
							
						
					
					
						commit
						8871b8abbc
					
				@ -1,4 +1,4 @@
 | 
				
			|||||||
# Keyrune v3.1.3
 | 
					# Keyrune v3.1.4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## 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.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
 | 
					* v3.1.3 - Correcting the set code for Dragon*Con
 | 
				
			||||||
* v3.1.2 - Added Dragon*Con promo symbol for Nalathni Dragon
 | 
					* 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
 | 
				
			||||||
@ -112,5 +113,5 @@ Attribution is **greatly appreciated** but not required!
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Todo
 | 
					## Todo
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* New [Coming Soon](http://magic.wizards.com/en/game-info/products/coming-soon) product page has symbols but not the necessary higher res versions
 | 
					* Update IMA, C17, and DDT from [Coming Soon](http://magic.wizards.com/en/game-info/products/coming-soon) product page after official high-res versions are released
 | 
				
			||||||
* Figure out what the Legendary Cube official set code is; currently using `xLCU`
 | 
					* Figure out what the Legendary Cube official set code is; currently using `xLCU`
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "keyrune",
 | 
					    "name": "keyrune",
 | 
				
			||||||
    "homepage": "http://andrewgioia.github.io/Keyrune",
 | 
					    "homepage": "http://andrewgioia.github.io/Keyrune",
 | 
				
			||||||
    "version": "3.1.3",
 | 
					    "version": "3.1.4",
 | 
				
			||||||
    "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.3');
 | 
					  src: url('../fonts/keyrune.eot?v=3.1.4');
 | 
				
			||||||
  src: url('../fonts/keyrune.eot?#iefix&v=3.1.3') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.1.3') format('woff2'), url('../fonts/keyrune.woff?v=3.1.3') format('woff'), url('../fonts/keyrune.ttf?v=3.1.3') format('truetype'), url('../fonts/keyrune.svg?v=3.1.3#keyrune') format('svg');
 | 
					  src: url('../fonts/keyrune.eot?#iefix&v=3.1.4') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.1.4') format('woff2'), url('../fonts/keyrune.woff?v=3.1.4') format('woff'), url('../fonts/keyrune.ttf?v=3.1.4') format('truetype'), url('../fonts/keyrune.svg?v=3.1.4#keyrune') format('svg');
 | 
				
			||||||
  font-weight: normal;
 | 
					  font-weight: normal;
 | 
				
			||||||
  font-style: normal;
 | 
					  font-style: normal;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@ -514,6 +514,9 @@
 | 
				
			|||||||
.ss-e02:before {
 | 
					.ss-e02:before {
 | 
				
			||||||
  content: "\e931";
 | 
					  content: "\e931";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					.ss-c17:before {
 | 
				
			||||||
 | 
					  content: "\e934";
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Reprint */
 | 
					 * Reprint */
 | 
				
			||||||
.ss-chr:before {
 | 
					.ss-chr:before {
 | 
				
			||||||
@ -549,6 +552,9 @@
 | 
				
			|||||||
.ss-xrin:before {
 | 
					.ss-xrin:before {
 | 
				
			||||||
  content: "\e918";
 | 
					  content: "\e918";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					.ss-ima:before {
 | 
				
			||||||
 | 
					  content: "\e935";
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Beginner */
 | 
					 * Beginner */
 | 
				
			||||||
.ss-por:before {
 | 
					.ss-por:before {
 | 
				
			||||||
@ -635,6 +641,9 @@
 | 
				
			|||||||
.ss-dds:before {
 | 
					.ss-dds:before {
 | 
				
			||||||
  content: "\e921";
 | 
					  content: "\e921";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					.ss-ddt:before {
 | 
				
			||||||
 | 
					  content: "\e933";
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * From the Vault */
 | 
					 * From the Vault */
 | 
				
			||||||
.ss-drb:before {
 | 
					.ss-drb: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: 350 KiB After Width: | Height: | Size: 354 KiB  | 
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							@ -153,6 +153,7 @@
 | 
				
			|||||||
.@{ss-prefix}-e01:before,
 | 
					.@{ss-prefix}-e01:before,
 | 
				
			||||||
.@{ss-prefix}-ann:before { content: "\e92d"; } // Archenemy: Nicol Bolas
 | 
					.@{ss-prefix}-ann:before { content: "\e92d"; } // Archenemy: Nicol Bolas
 | 
				
			||||||
.@{ss-prefix}-e02:before { content: "\e931"; } // Explorers of Ixalan
 | 
					.@{ss-prefix}-e02:before { content: "\e931"; } // Explorers of Ixalan
 | 
				
			||||||
 | 
					.@{ss-prefix}-c17:before { content: "\e934"; } // Commander 2017
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Reprint */
 | 
					 * Reprint */
 | 
				
			||||||
@ -168,6 +169,7 @@
 | 
				
			|||||||
.@{ss-prefix}-mm3:before { content: "\e912"; } // Modern Masters 2017
 | 
					.@{ss-prefix}-mm3:before { content: "\e912"; } // Modern Masters 2017
 | 
				
			||||||
.@{ss-prefix}-xren:before { content: "\e917"; } // Renaissance
 | 
					.@{ss-prefix}-xren:before { content: "\e917"; } // Renaissance
 | 
				
			||||||
.@{ss-prefix}-xrin:before { content: "\e918"; } // Rinascimento
 | 
					.@{ss-prefix}-xrin:before { content: "\e918"; } // Rinascimento
 | 
				
			||||||
 | 
					.@{ss-prefix}-ima:before { content: "\e935"; } // Iconic Masters
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Beginner */
 | 
					 * Beginner */
 | 
				
			||||||
@ -204,6 +206,7 @@
 | 
				
			|||||||
.@{ss-prefix}-ddr:before { content: "\e90d"; } // Nissa vs. Ob Nixilis
 | 
					.@{ss-prefix}-ddr:before { content: "\e90d"; } // Nissa vs. Ob Nixilis
 | 
				
			||||||
.@{ss-prefix}-td2:before { content: "\e91c"; } // New Phyrexia vs. Mirrodin Pure
 | 
					.@{ss-prefix}-td2:before { content: "\e91c"; } // New Phyrexia vs. Mirrodin Pure
 | 
				
			||||||
.@{ss-prefix}-dds:before { content: "\e921"; } // Mind vs. Might
 | 
					.@{ss-prefix}-dds:before { content: "\e921"; } // Mind vs. Might
 | 
				
			||||||
 | 
					.@{ss-prefix}-ddt:before { content: "\e933"; } // Merfolk vs. Goblins
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * From the Vault */
 | 
					 * From the Vault */
 | 
				
			||||||
 | 
				
			|||||||
@ -2,6 +2,6 @@
 | 
				
			|||||||
 * Global */
 | 
					 * Global */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ss-font-path: '../fonts';
 | 
					@ss-font-path: '../fonts';
 | 
				
			||||||
@ss-version: '3.1.3';
 | 
					@ss-version: '3.1.4';
 | 
				
			||||||
@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.3",
 | 
					  "version": "3.1.4",
 | 
				
			||||||
  "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.3' !default;
 | 
					$keyrune_version: '3.1.4' !default;
 | 
				
			||||||
$keyrune_font_path:  '../fonts' !default;
 | 
					$keyrune_font_path:  '../fonts' !default;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// #. Keyrune Font ==============================
 | 
					// #. Keyrune Font ==============================
 | 
				
			||||||
@ -210,6 +210,7 @@ $mtg_setlist: (
 | 
				
			|||||||
  ("Archenemy: Nicol Bolas", 'e01', "\e92d"),
 | 
					  ("Archenemy: Nicol Bolas", 'e01', "\e92d"),
 | 
				
			||||||
  ("Archenemy: Nicol Bolas", 'ann', "\e92d"),
 | 
					  ("Archenemy: Nicol Bolas", 'ann', "\e92d"),
 | 
				
			||||||
  ("Explorers of Ixalan", 'e02', "\e931"),
 | 
					  ("Explorers of Ixalan", 'e02', "\e931"),
 | 
				
			||||||
 | 
					  ("Commander 2017", 'c17', "\e934"),
 | 
				
			||||||
  // # Reprint Sets
 | 
					  // # Reprint Sets
 | 
				
			||||||
  ("Chronicles", 'chr', "\e65e"),
 | 
					  ("Chronicles", 'chr', "\e65e"),
 | 
				
			||||||
  ("Anthologies", 'ath', "\e65f"),
 | 
					  ("Anthologies", 'ath', "\e65f"),
 | 
				
			||||||
@ -222,6 +223,7 @@ $mtg_setlist: (
 | 
				
			|||||||
  ("Modern Masters 2017", 'mm3', "\e912"),
 | 
					  ("Modern Masters 2017", 'mm3', "\e912"),
 | 
				
			||||||
  ("Renaissance", 'xren', "\e917"),
 | 
					  ("Renaissance", 'xren', "\e917"),
 | 
				
			||||||
  ("Rinascimento", 'xrin', "\e918"),
 | 
					  ("Rinascimento", 'xrin', "\e918"),
 | 
				
			||||||
 | 
					  ("Iconic Masters", 'ima', "\e935"),
 | 
				
			||||||
  // # Beginner Sets
 | 
					  // # Beginner Sets
 | 
				
			||||||
  ("Portal", 'por', "\e664"),
 | 
					  ("Portal", 'por', "\e664"),
 | 
				
			||||||
  ("Portal 2", 'p02', "\e665"),
 | 
					  ("Portal 2", 'p02', "\e665"),
 | 
				
			||||||
@ -251,6 +253,7 @@ $mtg_setlist: (
 | 
				
			|||||||
  ("Blessed vs. Cursed", 'ddq', "\e908"),
 | 
					  ("Blessed vs. Cursed", 'ddq', "\e908"),
 | 
				
			||||||
  ("Nissa vs. Ob Nixilis", 'ddr', "\e90d"),
 | 
					  ("Nissa vs. Ob Nixilis", 'ddr', "\e90d"),
 | 
				
			||||||
  ("New Phyrexia vs. Mirrodin Pure", 'td2', "\e91c"),
 | 
					  ("New Phyrexia vs. Mirrodin Pure", 'td2', "\e91c"),
 | 
				
			||||||
 | 
					  ("Merfolk vs. Goblins", 'ddt', "\e933"),
 | 
				
			||||||
  // # From the Vault
 | 
					  // # From the Vault
 | 
				
			||||||
  ("Dragons", 'drb', "\e678"),
 | 
					  ("Dragons", 'drb', "\e678"),
 | 
				
			||||||
  ("Exiled", 'v09', "\e679"),
 | 
					  ("Exiled", 'v09', "\e679"),
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user