mirror of
				https://github.com/andrewgioia/keyrune.git
				synced 2025-11-03 23:50:45 +00:00 
			
		
		
		
	Adds MIC, VOC, CC2, and other changes in 3.8.4
This commit is contained in:
		
							parent
							
								
									6e33b58eb9
								
							
						
					
					
						commit
						8a153cae50
					
				@ -11,6 +11,14 @@ All notable changes to this project will be documented in this file.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Versions 
 | 
					## Versions 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### [3.8.4] 2021-11-12 Innistrad sets and cleanup
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* **Added:** Innistrad: Midnight Hunt Commander (MIC) set symbol ([#167](https://github.com/andrewgioia/keyrune/issues/167))
 | 
				
			||||||
 | 
					* **Added:** Innistrad: Crimson Vow Commander (VOC) set symbol ([#171](https://github.com/andrewgioia/keyrune/issues/171))
 | 
				
			||||||
 | 
					* **Added:** Commander Collection: Black (CC2) set symbol ([#166](https://github.com/andrewgioia/keyrune/issues/166))
 | 
				
			||||||
 | 
					* **Fixed:** Individual SVG filenames corrected and missing images added ([#168](https://github.com/andrewgioia/keyrune/issues/168))
 | 
				
			||||||
 | 
					* **Fixed:** CDN now at latest and font has the corrected/latest version
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### [3.8.3] 2021-07-31 Jumpstart: Historic Horizons
 | 
					### [3.8.3] 2021-07-31 Jumpstart: Historic Horizons
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* **Added:** preliminary trace of a very low res source J21 symbol
 | 
					* **Added:** preliminary trace of a very low res source J21 symbol
 | 
				
			||||||
 | 
				
			|||||||
@ -1,4 +1,4 @@
 | 
				
			|||||||
# Keyrune v3.8.3
 | 
					# Keyrune v3.8.4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## The Magic: the Gathering set symbol font!
 | 
					## The Magic: the Gathering set symbol font!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "keyrune",
 | 
					    "name": "keyrune",
 | 
				
			||||||
    "homepage": "http://keyrune.andrewgioia.com",
 | 
					    "homepage": "http://keyrune.andrewgioia.com",
 | 
				
			||||||
    "version": "3.8.3",
 | 
					    "version": "3.8.4",
 | 
				
			||||||
    "authors": [
 | 
					    "authors": [
 | 
				
			||||||
        "Andrew Gioia <andrew@gioia.email>"
 | 
					        "Andrew Gioia <andrew@gioia.email>"
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
 | 
				
			|||||||
@ -2,8 +2,8 @@
 | 
				
			|||||||
 * Global */
 | 
					 * Global */
 | 
				
			||||||
@font-face {
 | 
					@font-face {
 | 
				
			||||||
  font-family: 'Keyrune';
 | 
					  font-family: 'Keyrune';
 | 
				
			||||||
  src: url('../fonts/keyrune.eot?v=3.8.3');
 | 
					  src: url('../fonts/keyrune.eot?v=3.8.4');
 | 
				
			||||||
  src: url('../fonts/keyrune.eot?#iefix&v=3.8.3') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.8.3') format('woff2'), url('../fonts/keyrune.woff?v=3.8.3') format('woff'), url('../fonts/keyrune.ttf?v=3.8.3') format('truetype'), url('../fonts/keyrune.svg?v=3.8.3#keyrune') format('svg');
 | 
					  src: url('../fonts/keyrune.eot?#iefix&v=3.8.4') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.8.4') format('woff2'), url('../fonts/keyrune.woff?v=3.8.4') format('woff'), url('../fonts/keyrune.ttf?v=3.8.4') format('truetype'), url('../fonts/keyrune.svg?v=3.8.4#keyrune') format('svg');
 | 
				
			||||||
  font-weight: normal;
 | 
					  font-weight: normal;
 | 
				
			||||||
  font-style: normal;
 | 
					  font-style: normal;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@ -71,6 +71,9 @@
 | 
				
			|||||||
.ss-duo.ss-c21::after {
 | 
					.ss-duo.ss-c21::after {
 | 
				
			||||||
  content: "\e97f";
 | 
					  content: "\e97f";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					.ss-duo.ss-cc2::after {
 | 
				
			||||||
 | 
					  content: "\e988";
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
.ss-duo.ss-j21::after {
 | 
					.ss-duo.ss-j21::after {
 | 
				
			||||||
  content: "\e984";
 | 
					  content: "\e984";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@ -593,6 +596,12 @@
 | 
				
			|||||||
.ss-stx:before {
 | 
					.ss-stx:before {
 | 
				
			||||||
  content: "\e975";
 | 
					  content: "\e975";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					.ss-mid:before {
 | 
				
			||||||
 | 
					  content: "\e978";
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					.ss-vow:before {
 | 
				
			||||||
 | 
					  content: "\e977";
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Command Zone */
 | 
					 * Command Zone */
 | 
				
			||||||
.ss-van:before {
 | 
					.ss-van:before {
 | 
				
			||||||
@ -681,6 +690,15 @@
 | 
				
			|||||||
.ss-afc:before {
 | 
					.ss-afc:before {
 | 
				
			||||||
  content: "\e981";
 | 
					  content: "\e981";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					.ss-mic:before {
 | 
				
			||||||
 | 
					  content: "\e985";
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					.ss-voc:before {
 | 
				
			||||||
 | 
					  content: "\e986";
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					.ss-cc2:before {
 | 
				
			||||||
 | 
					  content: "\e987";
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Reprint */
 | 
					 * Reprint */
 | 
				
			||||||
.ss-chr:before {
 | 
					.ss-chr:before {
 | 
				
			||||||
@ -946,12 +964,6 @@
 | 
				
			|||||||
.ss-tsr:before {
 | 
					.ss-tsr:before {
 | 
				
			||||||
  content: "\e976";
 | 
					  content: "\e976";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.ss-vow:before {
 | 
					 | 
				
			||||||
  content: "\e977";
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
.ss-mid:before {
 | 
					 | 
				
			||||||
  content: "\e978";
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Promotional */
 | 
					 * Promotional */
 | 
				
			||||||
.ss-pgru:before {
 | 
					.ss-pgru: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: 641 KiB After Width: | Height: | Size: 652 KiB  | 
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							@ -38,6 +38,11 @@
 | 
				
			|||||||
        content: "\e97f";
 | 
					        content: "\e97f";
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // Commander Collection: Black
 | 
				
			||||||
 | 
					    &.@{ss-prefix}-cc2::after {
 | 
				
			||||||
 | 
					        content: "\e988";
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // Jumpstart: Historic Horizons
 | 
					    // Jumpstart: Historic Horizons
 | 
				
			||||||
    &.@{ss-prefix}-j21::after {
 | 
					    &.@{ss-prefix}-j21::after {
 | 
				
			||||||
        content: "\e984";
 | 
					        content: "\e984";
 | 
				
			||||||
 | 
				
			|||||||
@ -196,6 +196,9 @@
 | 
				
			|||||||
.@{ss-prefix}-khc:before { content: "\e97d"; } // Kaldheim Commander
 | 
					.@{ss-prefix}-khc:before { content: "\e97d"; } // Kaldheim Commander
 | 
				
			||||||
.@{ss-prefix}-c21:before { content: "\e97e"; } // Commander 2021 (inner)
 | 
					.@{ss-prefix}-c21:before { content: "\e97e"; } // Commander 2021 (inner)
 | 
				
			||||||
.@{ss-prefix}-afc:before { content: "\e981"; } // Forgotten Realms (inner)
 | 
					.@{ss-prefix}-afc:before { content: "\e981"; } // Forgotten Realms (inner)
 | 
				
			||||||
 | 
					.@{ss-prefix}-mic:before { content: "\e985"; } // Midnight Hunt Commander
 | 
				
			||||||
 | 
					.@{ss-prefix}-voc:before { content: "\e986"; } // Crimson Vow Commander
 | 
				
			||||||
 | 
					.@{ss-prefix}-cc2:before { content: "\e987"; } // Commander Collection: Black (inner)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Reprint */
 | 
					 * Reprint */
 | 
				
			||||||
 | 
				
			|||||||
@ -2,6 +2,6 @@
 | 
				
			|||||||
 * Global */
 | 
					 * Global */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ss-font-path: '../fonts';
 | 
					@ss-font-path: '../fonts';
 | 
				
			||||||
@ss-version: '3.8.3';
 | 
					@ss-version: '3.8.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.8.3",
 | 
					  "version": "3.8.4",
 | 
				
			||||||
  "author": {
 | 
					  "author": {
 | 
				
			||||||
    "name": "Andrew Gioia",
 | 
					    "name": "Andrew Gioia",
 | 
				
			||||||
    "email": "andrew@gioia.email",
 | 
					    "email": "andrew@gioia.email",
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
/**
 | 
					/**
 | 
				
			||||||
 * Globals */
 | 
					 * Globals */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$keyrune_version: '3.8.3' !default;
 | 
					$keyrune_version: '3.8.4' !default;
 | 
				
			||||||
$keyrune_font_path:  '../fonts' !default;
 | 
					$keyrune_font_path:  '../fonts' !default;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// font specific
 | 
					// font specific
 | 
				
			||||||
@ -55,6 +55,7 @@ $dual-layered: (
 | 
				
			|||||||
    'afc': '\e982',
 | 
					    'afc': '\e982',
 | 
				
			||||||
    'afr': '\e973',
 | 
					    'afr': '\e973',
 | 
				
			||||||
    'c21': '\e97f',
 | 
					    'c21': '\e97f',
 | 
				
			||||||
 | 
					    'cc2': '\e988',
 | 
				
			||||||
    'j21': '\e984',
 | 
					    'j21': '\e984',
 | 
				
			||||||
    'mid': '\e979'
 | 
					    'mid': '\e979'
 | 
				
			||||||
) !default;
 | 
					) !default;
 | 
				
			||||||
@ -216,8 +217,8 @@ $keyrune_sets: (
 | 
				
			|||||||
    // 2021 sets
 | 
					    // 2021 sets
 | 
				
			||||||
    ("Kaldheim", "khm", "\e974"),
 | 
					    ("Kaldheim", "khm", "\e974"),
 | 
				
			||||||
    ("Strixhaven: School of Mages", "stx", "\e975"),
 | 
					    ("Strixhaven: School of Mages", "stx", "\e975"),
 | 
				
			||||||
    ("Innistrad Werewolves", "mid", "\e978"),
 | 
					    ("Innistrad: Midnight Hunt", "mid", "\e978"),
 | 
				
			||||||
    ("Innistrad Vampires", "vow", "\e977"),    
 | 
					    ("Innistrad: Crimson Vow", "vow", "\e977"),
 | 
				
			||||||
    //
 | 
					    //
 | 
				
			||||||
    // Command zone
 | 
					    // Command zone
 | 
				
			||||||
    ("Vanguard", "van", "\e655"),
 | 
					    ("Vanguard", "van", "\e655"),
 | 
				
			||||||
@ -251,6 +252,9 @@ $keyrune_sets: (
 | 
				
			|||||||
    ("Commander 2021", "c21", "\e97e"),
 | 
					    ("Commander 2021", "c21", "\e97e"),
 | 
				
			||||||
    ("Forgotten Realms Commander", "afc", "\e981"),
 | 
					    ("Forgotten Realms Commander", "afc", "\e981"),
 | 
				
			||||||
    ("Jumpstart: Historic Horizons", "afc", "\e983"),
 | 
					    ("Jumpstart: Historic Horizons", "afc", "\e983"),
 | 
				
			||||||
 | 
					    ("Innistrad: Midnight Hunt Commander", "mic", "\e985"),
 | 
				
			||||||
 | 
					    ("Innistrad: Crimson Vow Commander", "voc", "\e986"),
 | 
				
			||||||
 | 
					    ("Commander Collection: Black", "cc2", "\e987"),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    //
 | 
					    //
 | 
				
			||||||
    // Reprint sets
 | 
					    // Reprint sets
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user