mirror of
				https://github.com/andrewgioia/keyrune.git
				synced 2025-11-03 23:50:45 +00:00 
			
		
		
		
	This commit is contained in:
		
							parent
							
								
									3e3ab17210
								
							
						
					
					
						commit
						c800f88d8e
					
				@ -11,6 +11,11 @@ All notable changes to this project will be documented in this file.
 | 
			
		||||
 | 
			
		||||
## Versions 
 | 
			
		||||
 | 
			
		||||
### [3.7.2] 2021-02-19 Kaldheim Commander
 | 
			
		||||
 | 
			
		||||
* **Added:** Kaldheim Commander (KHC) ([#152](https://github.com/andrewgioia/keyrune/issues/152))
 | 
			
		||||
* **Fixed:** MP1 had an errant stroke in the SVG, this is removed now! ([#154](https://github.com/andrewgioia/keyrune/issues/154))
 | 
			
		||||
 | 
			
		||||
### [3.7.1] 2020-12-11 Kaladesh Remastered
 | 
			
		||||
 | 
			
		||||
* **Added:** Kaladesh Remastered (KLR) ([#151](https://github.com/andrewgioia/keyrune/issues/151))
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
# Keyrune v3.7.1
 | 
			
		||||
# Keyrune v3.7.2
 | 
			
		||||
 | 
			
		||||
## The Magic: the Gathering set symbol font!
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "keyrune",
 | 
			
		||||
    "homepage": "http://keyrune.andrewgioia.com",
 | 
			
		||||
    "version": "3.7.1",
 | 
			
		||||
    "version": "3.7.2",
 | 
			
		||||
    "authors": [
 | 
			
		||||
        "Andrew Gioia <andrew@gioia.email>"
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
@ -2,8 +2,8 @@
 | 
			
		||||
 * Global */
 | 
			
		||||
@font-face {
 | 
			
		||||
  font-family: 'Keyrune';
 | 
			
		||||
  src: url('../fonts/keyrune.eot?v=3.7.1');
 | 
			
		||||
  src: url('../fonts/keyrune.eot?#iefix&v=3.7.1') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.7.1') format('woff2'), url('../fonts/keyrune.woff?v=3.7.1') format('woff'), url('../fonts/keyrune.ttf?v=3.7.1') format('truetype'), url('../fonts/keyrune.svg?v=3.7.1#keyrune') format('svg');
 | 
			
		||||
  src: url('../fonts/keyrune.eot?v=3.7.2');
 | 
			
		||||
  src: url('../fonts/keyrune.eot?#iefix&v=3.7.2') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.7.2') format('woff2'), url('../fonts/keyrune.woff?v=3.7.2') format('woff'), url('../fonts/keyrune.ttf?v=3.7.2') format('truetype'), url('../fonts/keyrune.svg?v=3.7.2#keyrune') format('svg');
 | 
			
		||||
  font-weight: normal;
 | 
			
		||||
  font-style: normal;
 | 
			
		||||
}
 | 
			
		||||
@ -640,6 +640,9 @@
 | 
			
		||||
.ss-cmc:before {
 | 
			
		||||
  content: "\e969";
 | 
			
		||||
}
 | 
			
		||||
.ss-khc:before {
 | 
			
		||||
  content: "\e97d";
 | 
			
		||||
}
 | 
			
		||||
/**
 | 
			
		||||
 * Reprint */
 | 
			
		||||
.ss-chr:before {
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								css/keyrune.min.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								css/keyrune.min.css
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@ -175,6 +175,7 @@
 | 
			
		||||
                    <span class="utf"><i></i> ss-jmp <code>&#xe96f;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-jou <code>&#xe652;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-jud <code>&#xe62d;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-khc <code>&#xe97d;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-khm <code>&#xe974;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-kld <code>&#xe90e;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-klr <code>&#xe97c;</code></span>
 | 
			
		||||
 | 
			
		||||
@ -490,6 +490,9 @@
 | 
			
		||||
                    <div class="icon" id="cmc" name="Commander Legends Decks" data-name="Commander Legends Decks" data-class="cmc" data-unicode="e969" data-added="v3.6.2">
 | 
			
		||||
                        <span class="name"><i class="ss ss-cmc"></i> Commander Legends Decks <em>(cmc)</em></span>
 | 
			
		||||
                    </div>
 | 
			
		||||
                    <div class="icon" id="khc" name="Kaldheim Commander" data-name="Kaldheim Commander" data-class="khc" data-unicode="e97d" data-added="v3.7.2">
 | 
			
		||||
                        <span class="name"><i class="ss ss-khc"></i> Kaldheim Commander <em>(khc)</em></span>
 | 
			
		||||
                    </div>
 | 
			
		||||
                </div>
 | 
			
		||||
            </section>
 | 
			
		||||
            <section class="content">
 | 
			
		||||
 | 
			
		||||
@ -43,7 +43,7 @@
 | 
			
		||||
                </a>
 | 
			
		||||
            </div>
 | 
			
		||||
            <p>
 | 
			
		||||
                Current version 3.7.1 includes all sets to Kaldheim and Time Spiral Remastered.
 | 
			
		||||
                Current version 3.7.2 includes all sets to Kaldheim and Time Spiral Remastered.
 | 
			
		||||
            </p>
 | 
			
		||||
        </div>
 | 
			
		||||
    </header>
 | 
			
		||||
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
		 Before Width: | Height: | Size: 613 KiB After Width: | Height: | Size: 617 KiB  | 
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							@ -190,6 +190,7 @@
 | 
			
		||||
.@{ss-prefix}-cc1:before { content: "\e968"; } // Commander Collection: Green
 | 
			
		||||
.@{ss-prefix}-cmr:before,                      // Commander Legends
 | 
			
		||||
.@{ss-prefix}-cmc:before { content: "\e969"; } // Commander Legends Decks
 | 
			
		||||
.@{ss-prefix}-khc:before { content: "\e97d"; } // Kaldheim Commander
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Reprint */
 | 
			
		||||
 | 
			
		||||
@ -2,6 +2,6 @@
 | 
			
		||||
 * Global */
 | 
			
		||||
 | 
			
		||||
@ss-font-path: '../fonts';
 | 
			
		||||
@ss-version: '3.7.1';
 | 
			
		||||
@ss-version: '3.7.2';
 | 
			
		||||
@ss-font-size-base: 14px;
 | 
			
		||||
@ss-prefix: ss;
 | 
			
		||||
@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "keyrune",
 | 
			
		||||
  "description": "Keyrune",
 | 
			
		||||
  "version": "3.7.1",
 | 
			
		||||
  "version": "3.7.2",
 | 
			
		||||
  "author": {
 | 
			
		||||
    "name": "Andrew Gioia",
 | 
			
		||||
    "email": "andrew@gioia.email",
 | 
			
		||||
@ -45,4 +45,4 @@
 | 
			
		||||
  "engines": {
 | 
			
		||||
    "node": "*"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
@ -1,7 +1,7 @@
 | 
			
		||||
/**
 | 
			
		||||
 * Globals */
 | 
			
		||||
 | 
			
		||||
$keyrune_version: '3.7.1' !default;
 | 
			
		||||
$keyrune_version: '3.7.2' !default;
 | 
			
		||||
$keyrune_font_path:  '../fonts' !default;
 | 
			
		||||
 | 
			
		||||
// font specific
 | 
			
		||||
@ -241,6 +241,7 @@ $keyrune_sets: (
 | 
			
		||||
    ("Commander Collection: Green", "cc1", "\e968"),
 | 
			
		||||
    ("Commander Legends", "cmr", "\e969"),
 | 
			
		||||
    ("Commander Legends Decks", "cmc", "\e969"),
 | 
			
		||||
    ("Kaldheim Commander", "khc", "\e97d"),
 | 
			
		||||
    //
 | 
			
		||||
    // Reprint sets
 | 
			
		||||
    ("Chronicles", "chr", "\e65e"),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user