Merge pull request #242 from Horsty80/main

Adds Mystery Booster 2 icon, updates docs, updates contributing docs
This commit is contained in:
Andrew Gioia 2024-09-24 10:41:27 -04:00 committed by GitHub
commit 34e3d3ab74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
24 changed files with 1519 additions and 13 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "keyrune", "name": "keyrune",
"homepage": "http://keyrune.andrewgioia.com", "homepage": "http://keyrune.andrewgioia.com",
"version": "3.15.0", "version": "3.15.1",
"authors": [ "authors": [
"Andrew Gioia <andrew@gioia.email>" "Andrew Gioia <andrew@gioia.email>"
], ],

View File

@ -11,12 +11,12 @@ After you have added a new set icon, update the codebase and generate the new `k
This will copy fonts and css files to the `docs` folder. This will copy fonts and css files to the `docs` folder.
2. Add the new icon usage inside the `cheatsheet.html`. 2. Add the new icon usage inside the `cheatsheet.html`.
```diff ```diff
+ <div class="icon"> + <span class="utf"><i>&#xe9d8;</i> ss-fdn <code>&amp;#xe9d8;</code></span>
``` ```
Replace `fdn` with the short code of the new icon. Replace `fdn` with the short code of the new icon.
3. Add the new icon usage inside the `icons.html`. 3. Add the new icon usage inside the `icons.html`.
```diff ```diff
+ <div class="icon" id="fdn" name="Foundation" data-name="Foundation" data-class="fdn" data-unicode="x1f31f" data-added="v3.14.0"> + <div class="icon" id="fdn" name="Foundation" data-name="Foundation" data-class="fdn" data-unicode="xe9d8" data-added="v3.14.0">
+ <span class="name"><i class="ss ss-fdn"></i> Foundation <em>(fdn)</em></span> + <span class="name"><i class="ss ss-fdn"></i> Foundation <em>(fdn)</em></span>
+ </div> + </div>
``` ```

View File

@ -51,4 +51,4 @@ Yaay 🎉 you have update the keyrune font! And have your new icon available.
## Extra steps ## Extra steps
One files is missing inside the generated fonts, it's the `keyrune.woff2`. To get it you need to convert the `keyrune.woff` with online tools like [Cloudconvert](https://cloudconvert.com/woff-to-woff2) One files is missing inside the generated fonts, it's the `keyrune.woff2`. To get it you need to convert the `keyrune.woff` with online tools like [Cloudconvert](https://cloudconvert.com/)

File diff suppressed because one or more lines are too long

7
css/keyrune.min.css vendored
View File

@ -2,8 +2,8 @@
* Global */ * Global */
@font-face { @font-face {
font-family: 'Keyrune'; font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.15.0'); src: url('../fonts/keyrune.eot?v=3.15.1');
src: url('../fonts/keyrune.eot?#iefix&v=3.15.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.15.0') format('woff2'), url('../fonts/keyrune.woff?v=3.15.0') format('woff'), url('../fonts/keyrune.ttf?v=3.15.0') format('truetype'), url('../fonts/keyrune.svg?v=3.15.0#keyrune') format('svg'); src: url('../fonts/keyrune.eot?#iefix&v=3.15.1') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.15.1') format('woff2'), url('../fonts/keyrune.woff?v=3.15.1') format('woff'), url('../fonts/keyrune.ttf?v=3.15.1') format('truetype'), url('../fonts/keyrune.svg?v=3.15.1#keyrune') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@ -951,6 +951,9 @@
.ss-big:before { .ss-big:before {
content: "\e9d6"; content: "\e9d6";
} }
.ss-mb2:before {
content: "\e9d9";
}
/** /**
* Beginner */ * Beginner */
.ss-por:before { .ss-por:before {

View File

@ -2,8 +2,8 @@
* Global */ * Global */
@font-face { @font-face {
font-family: 'Keyrune'; font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.15.0'); src: url('../fonts/keyrune.eot?v=3.15.1');
src: url('../fonts/keyrune.eot?#iefix&v=3.15.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.15.0') format('woff2'), url('../fonts/keyrune.woff?v=3.15.0') format('woff'), url('../fonts/keyrune.ttf?v=3.15.0') format('truetype'), url('../fonts/keyrune.svg?v=3.15.0#keyrune') format('svg'); src: url('../fonts/keyrune.eot?#iefix&v=3.15.1') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.15.1') format('woff2'), url('../fonts/keyrune.woff?v=3.15.1') format('woff'), url('../fonts/keyrune.ttf?v=3.15.1') format('truetype'), url('../fonts/keyrune.svg?v=3.15.1#keyrune') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@ -951,6 +951,9 @@
.ss-big:before { .ss-big:before {
content: "\e9d6"; content: "\e9d6";
} }
.ss-mb2:before {
content: "\e9d9";
}
/** /**
* Beginner */ * Beginner */
.ss-por:before { .ss-por:before {

View File

@ -230,6 +230,7 @@
<span class="utf"><i>&#xe9d0;</i> ss-m3c <code>&amp;#xe9d0;</code></span> <span class="utf"><i>&#xe9d0;</i> ss-m3c <code>&amp;#xe9d0;</code></span>
<span class="utf"><i>&#xe9a3;</i> ss-mat <code>&amp;#xe9a3;</code></span> <span class="utf"><i>&#xe9a3;</i> ss-mat <code>&amp;#xe9a3;</code></span>
<span class="utf"><i>&#xe971;</i> ss-mb1 <code>&amp;#xe971;</code></span> <span class="utf"><i>&#xe971;</i> ss-mb1 <code>&amp;#xe971;</code></span>
<span class="utf"><i>&#xe9d9;</i> ss-mb2 <code>&amp;#xe9d9;</code></span>
<span class="utf"><i>&#xe648;</i> ss-mbs <code>&amp;#xe648;</code></span> <span class="utf"><i>&#xe648;</i> ss-mbs <code>&amp;#xe648;</code></span>
<span class="utf"><i>&#xe682;</i> ss-md1 <code>&amp;#xe682;</code></span> <span class="utf"><i>&#xe682;</i> ss-md1 <code>&amp;#xe682;</code></span>
<span class="utf"><i>&#xe68d;</i> ss-me1 <code>&amp;#xe68d;</code></span> <span class="utf"><i>&#xe68d;</i> ss-me1 <code>&amp;#xe68d;</code></span>

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 930 KiB

After

Width:  |  Height:  |  Size: 932 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -702,6 +702,9 @@
<div class="icon" id="otp" name="Breaking News" data-name="Breaking News" data-class="otp" data-unicode="e9d5" data-added="v3.14.0"> <div class="icon" id="otp" name="Breaking News" data-name="Breaking News" data-class="otp" data-unicode="e9d5" data-added="v3.14.0">
<span class="name"><i class="ss ss-otp"></i> Breaking News <em>(otp)</em></span> <span class="name"><i class="ss ss-otp"></i> Breaking News <em>(otp)</em></span>
</div> </div>
<div class="icon" id="mb2" name="Mystery Booster 2" data-name="Mystery Booster 2" data-class="mb2" data-unicode="e9d9" data-added="v3.15.1">
<span class="name"><i class="ss ss-mb2"></i> Mystery Booster 2<em>(mb2)</em></span>
</div>
</div> </div>
</section> </section>
<section class="content"> <section class="content">

View File

@ -43,7 +43,7 @@
</a> </a>
</div> </div>
<p> <p>
Current version 3.14.0 includes all sets to Bloomburrow. Current version 3.15.1 includes all sets to Bloomburrow.
</p> </p>
</div> </div>
</header> </header>

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 930 KiB

After

Width:  |  Height:  |  Size: 932 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -267,6 +267,7 @@
.@{ss-prefix}-spg:before { content: "\e9c8"; } // Special Guests .@{ss-prefix}-spg:before { content: "\e9c8"; } // Special Guests
.@{ss-prefix}-otp:before { content: "\e9d5"; } // Breaking News (OTJ) .@{ss-prefix}-otp:before { content: "\e9d5"; } // Breaking News (OTJ)
.@{ss-prefix}-big:before { content: "\e9d6"; } // The Big Score (OTJ) .@{ss-prefix}-big:before { content: "\e9d6"; } // The Big Score (OTJ)
.@{ss-prefix}-mb2:before { content: "\e9d9"; } // Mystery Booster
/** /**
* Beginner */ * Beginner */

View File

@ -2,6 +2,6 @@
* Global */ * Global */
@ss-font-path: '../fonts'; @ss-font-path: '../fonts';
@ss-version: '3.15.0'; @ss-version: '3.15.1';
@ss-font-size-base: 14px; @ss-font-size-base: 14px;
@ss-prefix: ss; @ss-prefix: ss;

View File

@ -1,7 +1,7 @@
{ {
"name": "keyrune", "name": "keyrune",
"description": "Keyrune", "description": "Keyrune",
"version": "3.15.0", "version": "3.15.1",
"author": { "author": {
"name": "Andrew Gioia", "name": "Andrew Gioia",
"email": "andrew@gioia.email", "email": "andrew@gioia.email",

View File

@ -1,7 +1,7 @@
/** /**
* Globals */ * Globals */
$keyrune_version: '3.15.0' !default; $keyrune_version: '3.15.1' !default;
$keyrune_font_path: '../fonts' !default; $keyrune_font_path: '../fonts' !default;
// font specific // font specific
@ -331,6 +331,7 @@ $keyrune_sets: (
("Breaking News", "otp", "\e9d5"), ("Breaking News", "otp", "\e9d5"),
("The Big Score", "big", "\e9d6"), ("The Big Score", "big", "\e9d6"),
("Modern Horizons 2 Timeshifts", "h2r", "\e97b"), ("Modern Horizons 2 Timeshifts", "h2r", "\e97b"),
("Mystery Booster 2", "mb2", "\e9d9"),
// //
// Beginner // Beginner
("Portal", "por", "\e664"), ("Portal", "por", "\e664"),

6
svg/mb2.svg Normal file
View File

@ -0,0 +1,6 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
<g id="icomoon-ignore">
</g>
<path fill="#000" d="M485.54 36.946c-33.505 1.556-62.505 7.291-98.55 19.251-48.497 16.056-90.030 37.683-129.761 67.42-9.994 7.455-27.034 23.347-27.034 25.149 0 0.573 6.636 9.011 14.828 18.76 8.11 9.83 22.036 26.87 30.884 38.011 59.474 74.629 67.42 84.378 86.18 104.94 4.26 4.751 9.257 10.732 11.059 13.271 4.669 6.799 5.652 6.881 4.997 0.492-0.328-2.867-1.311-9.257-2.13-14.172-4.26-23.839-5.571-46.94-4.178-72.499 1.147-20.562 2.949-29.655 9.175-46.203 14.090-37.356 40.468-69.304 66.028-79.954 11.469-4.751 17.367-5.898 33.423-6.308 29.082-0.819 49.644 4.833 68.567 18.76 25.149 18.514 43.909 56.771 50.217 102.236 4.751 34.488 3.031 90.194-4.096 132.71-8.765 52.347-21.053 77.824-52.101 107.725-31.13 29.983-63.816 53.33-104.366 74.465-5.816 3.113-10.732 5.734-10.895 5.816-0.492 0.41 16.548 40.96 26.46 63.078 30.228 67.666 47.596 104.038 49.48 104.038 0.819 0 3.768-6.144 8.356-17.203 3.932-9.503 12.37-29.901 18.842-45.466 6.39-15.565 14.582-34.652 18.022-42.516l6.39-14.336 26.46-13.189c43.418-21.709 66.847-35.635 91.996-54.477 43.663-32.768 78.070-70.861 100.68-111.739 30.72-55.624 42.189-124.764 30.392-182.764-6.717-32.604-21.217-65.208-40.796-91.341-7.7-10.404-26.542-29.082-38.42-38.175-27.935-21.381-65.946-39.24-110.428-51.773-28.836-8.192-55.869-12.37-90.276-14.090-18.268-0.901-19.415-0.901-39.404 0.082zM498.811 753.91c-2.867 2.785-17.203 16.548-31.867 30.474-36.536 34.816-75.366 73.318-75.366 74.711 0 0.655 2.867 4.342 6.39 8.192 10.977 12.124 70.697 69.714 99.041 95.519 2.867 2.54 5.571 4.669 6.062 4.669 1.065 0 109.199-107.315 109.527-108.872 0.164-0.573-20.808-22.282-46.694-48.333-25.887-25.969-50.135-50.381-53.903-54.395-3.768-3.932-7.127-7.127-7.373-7.127-0.328 0-2.867 2.294-5.816 5.161z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB