Adds all current Magic Online counter symbols (#39)

This commit is contained in:
Andrew Gioia 2020-08-20 11:35:01 -04:00
parent d371afad27
commit 22dc3bbc78
15 changed files with 232 additions and 14 deletions

View File

@ -11,6 +11,11 @@ All notable changes to this project will be documented in this file.
## Versions
### [1.7.0] 2020-08-20 Birthday release with MODO counters!
* **Added:** All counters from Magic Online [#39](https://github.com/andrewgioia/mana/issues/39)
* **Fixed:** Cleaned up some NPM package info and project meta data
### [1.6.0] 2020-01-30 Saga and Acorn symbols
* **Added:** Acorn counter symbol from Unsanctioned ([#48](https://github.com/andrewgioia/Mana/issues/48))

View File

@ -1,4 +1,4 @@
# Mana v1.4.1
# Mana v1.7.0
## The Magic: the Gathering mana symbol font!
@ -58,4 +58,4 @@ The Mana font is licensed under the the SIL OFL 1.1 ([http://scripts.sil.org/OFL
Mana CSS, LESS, and Sass files are licensed under the MIT License ([http://opensource.org/licenses/mit-license.html](http://opensource.org/licenses/mit-license.html))
Attribution is **greatly appreciated** but not required!
Attribution is **greatly appreciated** but not required!

View File

@ -1,7 +1,7 @@
{
"name": "mana",
"homepage": "https://github.com/andrewgioia/Mana",
"version": "1.6.0",
"version": "1.7.0",
"authors": [
"Andrew Gioia <andrewgioia@gmail.com>"
],
@ -29,4 +29,4 @@
".git",
".gitignore"
]
}
}

View File

@ -1034,3 +1034,89 @@ span.ms-half > .ms-cost {
.ms-polis-meletis:before {
content: "\e928";
}
/**
* Counters */
.ms-counter-arrow:before {
content: "\e92b";
}
.ms-counter-brick:before {
content: "\e92c";
}
.ms-counter-charge:before {
content: "\e92d";
}
.ms-counter-devotion:before {
content: "\e92e";
}
.ms-counter-doom:before {
content: "\e92f";
}
.ms-counter-echo:before {
content: "\e930";
}
.ms-counter-flame:before {
content: "\e931";
}
.ms-counter-flood:before {
content: "\e932";
}
.ms-counter-fungus:before {
content: "\e933";
}
.ms-counter-gold:before {
content: "\e934";
}
.ms-counter-ki:before {
content: "\e935";
}
.ms-counter-lore:before {
content: "\e936";
}
.ms-counter-loyalty:before {
content: "\e937";
}
.ms-counter-mining:before {
content: "\e938";
}
.ms-counter-minus:before {
content: "\e939";
}
.ms-counter-muster:before {
content: "\e93a";
}
.ms-counter-paw:before {
content: "\e93b";
}
.ms-counter-pin:before {
content: "\e93c";
}
.ms-counter-plus:before {
content: "\e93d";
}
.ms-counter-scream:before {
content: "\e93e";
}
.ms-counter-skeleton:before {
content: "\e93f";
}
.ms-counter-skull:before {
content: "\e940";
}
.ms-counter-slime:before {
content: "\e941";
}
.ms-counter-time:before {
content: "\e942";
}
.ms-counter-minus-uneven:before {
content: "\e943";
}
.ms-counter-plus-uneven:before {
content: "\e944";
}
.ms-counter-verse:before {
content: "\e945";
}
.ms-counter-vortex:before {
content: "\e946";
}

2
css/mana.min.css vendored

File diff suppressed because one or more lines are too long

BIN
fonts/mana.eot Executable file → Normal file

Binary file not shown.

28
fonts/mana.svg Executable file → Normal file

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 332 KiB

After

Width:  |  Height:  |  Size: 389 KiB

BIN
fonts/mana.ttf Executable file → Normal file

Binary file not shown.

BIN
fonts/mana.woff Executable file → Normal file

Binary file not shown.

BIN
fonts/mana.woff2 Executable file → Normal file

Binary file not shown.

View File

@ -246,10 +246,41 @@
<i class="ms ms-polis-akros ms-2x"></i>
<i class="ms ms-polis-meletis ms-2x"></i>
</p>
<h3>Magic Online Counters</h3>
<p>
<i class="ms ms-counter-arrow ms-2x"></i>
<i class="ms ms-counter-brick ms-2x"></i>
<i class="ms ms-counter-charge ms-2x"></i>
<i class="ms ms-counter-devotion ms-2x"></i>
<i class="ms ms-counter-doom ms-2x"></i>
<i class="ms ms-counter-echo ms-2x"></i>
<i class="ms ms-counter-flame ms-2x"></i>
<i class="ms ms-counter-flood ms-2x"></i>
<i class="ms ms-counter-fungus ms-2x"></i>
<i class="ms ms-counter-gold ms-2x"></i>
<i class="ms ms-counter-ki ms-2x"></i>
<i class="ms ms-counter-lore ms-2x"></i>
<i class="ms ms-counter-loyalty ms-2x"></i>
<i class="ms ms-counter-mining ms-2x"></i>
<i class="ms ms-counter-minus ms-2x"></i>
<i class="ms ms-counter-minus-uneven ms-2x"></i>
<i class="ms ms-counter-muster ms-2x"></i>
<i class="ms ms-counter-paw ms-2x"></i>
<i class="ms ms-counter-pin ms-2x"></i>
<i class="ms ms-counter-plus ms-2x"></i>
<i class="ms ms-counter-plus-uneven ms-2x"></i>
<i class="ms ms-counter-scream ms-2x"></i>
<i class="ms ms-counter-skeleton ms-2x"></i>
<i class="ms ms-counter-skull ms-2x"></i>
<i class="ms ms-counter-slime ms-2x"></i>
<i class="ms ms-counter-time ms-2x"></i>
<i class="ms ms-counter-verse ms-2x"></i>
<i class="ms ms-counter-vortex ms-2x"></i>
</p>
</div>
<div style="clear: both;"></div>
<footer>
Made with &hearts; by <a href="http://andrewgioia.com">Andrew Gioia</a>
</footer>
</body>
</html>
</html>

View File

@ -159,3 +159,35 @@
.@{ms-prefix}-polis-setessa:before { content: "\e926"; }
.@{ms-prefix}-polis-akros:before { content: "\e927"; }
.@{ms-prefix}-polis-meletis:before { content: "\e928"; }
/**
* Counters */
.@{ms-prefix}-counter-arrow:before { content: "\e92b"; }
.@{ms-prefix}-counter-brick:before { content: "\e92c"; }
.@{ms-prefix}-counter-charge:before { content: "\e92d"; }
.@{ms-prefix}-counter-devotion:before { content: "\e92e"; }
.@{ms-prefix}-counter-doom:before { content: "\e92f"; }
.@{ms-prefix}-counter-echo:before { content: "\e930"; }
.@{ms-prefix}-counter-flame:before { content: "\e931"; }
.@{ms-prefix}-counter-flood:before { content: "\e932"; }
.@{ms-prefix}-counter-fungus:before { content: "\e933"; }
.@{ms-prefix}-counter-gold:before { content: "\e934"; }
.@{ms-prefix}-counter-ki:before { content: "\e935"; }
.@{ms-prefix}-counter-lore:before { content: "\e936"; }
.@{ms-prefix}-counter-loyalty:before { content: "\e937"; }
.@{ms-prefix}-counter-mining:before { content: "\e938"; }
.@{ms-prefix}-counter-minus:before { content: "\e939"; }
.@{ms-prefix}-counter-muster:before { content: "\e93a"; }
.@{ms-prefix}-counter-paw:before { content: "\e93b"; }
.@{ms-prefix}-counter-pin:before { content: "\e93c"; }
.@{ms-prefix}-counter-plus:before { content: "\e93d"; }
.@{ms-prefix}-counter-scream:before { content: "\e93e"; }
.@{ms-prefix}-counter-skeleton:before { content: "\e93f"; }
.@{ms-prefix}-counter-skull:before { content: "\e940"; }
.@{ms-prefix}-counter-slime:before { content: "\e941"; }
.@{ms-prefix}-counter-time:before { content: "\e942"; }
.@{ms-prefix}-counter-minus-uneven:before { content: "\e943"; }
.@{ms-prefix}-counter-plus-uneven:before { content: "\e944"; }
.@{ms-prefix}-counter-verse:before { content: "\e945"; }
.@{ms-prefix}-counter-vortex:before { content: "\e946"; }

View File

@ -1,11 +1,11 @@
{
"name": "mana-font",
"version": "1.6.0",
"version": "1.7.0",
"description": "Magic: the Gathering mana symbol pictographic font",
"main": "css/mana.css",
"repository": {
"type": "git",
"url": "git+https://github.com/andrewgioia/Mana.git"
"url": "git+https://github.com/andrewgioia/mana.git"
},
"keywords": [
"mana",
@ -16,10 +16,14 @@
"gathering",
"font"
],
"author": "Andrew Gioia <andrewgioia@gmail.com>",
"scripts": {
"less": "lessc less/mana.less css/mana.css",
"lessmin": "lessc --clean-css less/mana.less css/mana.min.css"
},
"author": "Andrew Gioia <andrew@gioia.email>",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrewgioia/Mana/issues"
"url": "https://github.com/andrewgioia/mana/issues"
},
"homepage": "https://github.com/andrewgioia/Mana#readme"
}
"homepage": "https://mana.andrewgioia.com"
}

View File

@ -157,3 +157,35 @@
.#{$ms-prefix}-polis-setessa:before { content: "\e926"; }
.#{$ms-prefix}-polis-akros:before { content: "\e927"; }
.#{$ms-prefix}-polis-meletis:before { content: "\e928"; }
/**
* Counters */
.#{$ms-prefix}-counter-arrow:before { content: "\e92b"; }
.#{$ms-prefix}-counter-brick:before { content: "\e92c"; }
.#{$ms-prefix}-counter-charge:before { content: "\e92d"; }
.#{$ms-prefix}-counter-devotion:before { content: "\e92e"; }
.#{$ms-prefix}-counter-doom:before { content: "\e92f"; }
.#{$ms-prefix}-counter-echo:before { content: "\e930"; }
.#{$ms-prefix}-counter-flame:before { content: "\e931"; }
.#{$ms-prefix}-counter-flood:before { content: "\e932"; }
.#{$ms-prefix}-counter-fungus:before { content: "\e933"; }
.#{$ms-prefix}-counter-gold:before { content: "\e934"; }
.#{$ms-prefix}-counter-ki:before { content: "\e935"; }
.#{$ms-prefix}-counter-lore:before { content: "\e936"; }
.#{$ms-prefix}-counter-loyalty:before { content: "\e937"; }
.#{$ms-prefix}-counter-mining:before { content: "\e938"; }
.#{$ms-prefix}-counter-minus:before { content: "\e939"; }
.#{$ms-prefix}-counter-muster:before { content: "\e93a"; }
.#{$ms-prefix}-counter-paw:before { content: "\e93b"; }
.#{$ms-prefix}-counter-pin:before { content: "\e93c"; }
.#{$ms-prefix}-counter-plus:before { content: "\e93d"; }
.#{$ms-prefix}-counter-scream:before { content: "\e93e"; }
.#{$ms-prefix}-counter-skeleton:before { content: "\e93f"; }
.#{$ms-prefix}-counter-skull:before { content: "\e940"; }
.#{$ms-prefix}-counter-slime:before { content: "\e941"; }
.#{$ms-prefix}-counter-time:before { content: "\e942"; }
.#{$ms-prefix}-counter-minus-uneven:before { content: "\e943"; }
.#{$ms-prefix}-counter-plus-uneven:before { content: "\e944"; }
.#{$ms-prefix}-counter-verse:before { content: "\e945"; }
.#{$ms-prefix}-counter-vortex:before { content: "\e946"; }

View File

@ -2,7 +2,7 @@
* Global */
$ms-font-path: '../fonts' !default;
$ms-version: '1.4.1' !default;
$ms-version: '1.7.0' !default;
$ms-font-size-base: 14px !default;
$ms-prefix: ms !default;
$ms-serif-font: 'MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif' !default;
$ms-serif-font: 'MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif' !default;