Adding all 10 Ravnica guild symbols, the 5 original Tarkir clan symbols, and the 5 Tarkir dragon clan symbols

This commit is contained in:
Andrew Gioia 2016-11-12 17:36:04 -05:00
parent 86bfc48ff9
commit ccd4be1b7c
13 changed files with 146 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# Mana v1.2.0
# Mana v1.3.0
## The Magic: the Gathering mana symbol font!
@ -40,3 +40,4 @@ Attribution is **greatly appreciated** but not required!
* v1.0.1 - added classes for -12 and -14 loyalty (sorry Jace and Karn!)
* v1.1.0 - added the new Energy symbol
* v1.2.0 - added DFC symbols for the Origins planeswalkers (ignite and spark) and the Eldritch Moon meld cards (emrakul and moon)
* v1.3.0 - added Guild and Clan symbols

View File

@ -1,7 +1,7 @@
{
"name": "mana",
"homepage": "https://github.com/andrewgioia/Mana",
"version": "1.2.0",
"version": "1.3.0",
"authors": [
"Andrew Gioia <andrewgioia@gmail.com>"
],

View File

@ -2,15 +2,15 @@
* Global */
@font-face {
font-family: 'Mana';
src: url('../fonts/mana.eot?v=1.2.0');
src: url('../fonts/mana.eot?#iefix&v=1.2.0') format('embedded-opentype'), url('../fonts/mana.woff?v=1.2.0') format('woff'), url('../fonts/mana.ttf?v=1.2.0') format('truetype'), url('../fonts/mana.svg?v=1.2.0#mana') format('svg');
src: url('../fonts/mana.eot?v=1.3.0');
src: url('../fonts/mana.eot?#iefix&v=1.3.0') format('embedded-opentype'), url('../fonts/mana.woff?v=1.3.0') format('woff'), url('../fonts/mana.ttf?v=1.3.0') format('truetype'), url('../fonts/mana.svg?v=1.3.0#mana') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MPlantin';
src: url('../fonts/mplantin.eot?v=1.2.0');
src: url('../fonts/mplantin.eot?#iefix&v=1.2.0') format('embedded-opentype'), url('../fonts/mplantin.woff?v=1.2.0') format('woff'), url('../fonts/mplantin.ttf?v=1.2.0') format('truetype'), url('../fonts/mplantin.svg?v=1.2.0#mplantin') format('svg');
src: url('../fonts/mplantin.eot?v=1.3.0');
src: url('../fonts/mplantin.eot?#iefix&v=1.3.0') format('embedded-opentype'), url('../fonts/mplantin.woff?v=1.3.0') format('woff'), url('../fonts/mplantin.ttf?v=1.3.0') format('truetype'), url('../fonts/mplantin.svg?v=1.3.0#mplantin') format('svg');
font-weight: normal;
font-style: normal;
}
@ -706,3 +706,65 @@
.ms-dfc-moon:before {
content: "\e90b";
}
/**
* Guilds and Clans */
.ms-guild-azorius:before {
content: "\e90c";
}
.ms-guild-boros:before {
content: "\e90d";
}
.ms-guild-dimir:before {
content: "\e90e";
}
.ms-guild-golgari:before {
content: "\e90f";
}
.ms-guild-gruul:before {
content: "\e910";
}
.ms-guild-izzet:before {
content: "\e911";
}
.ms-guild-orzhov:before {
content: "\e912";
}
.ms-guild-rakdos:before {
content: "\e913";
}
.ms-guild-selesnya:before {
content: "\e914";
}
.ms-guild-simic:before {
content: "\e915";
}
.ms-clan-abzan:before {
content: "\e916";
}
.ms-clan-jeskai:before {
content: "\e917";
}
.ms-clan-mardu:before {
content: "\e918";
}
.ms-clan-sultai:before {
content: "\e919";
}
.ms-clan-temur:before {
content: "\e91a";
}
.ms-clan-atarka:before {
content: "\e91b";
}
.ms-clan-dromoka:before {
content: "\e91c";
}
.ms-clan-kolaghan:before {
content: "\e91d";
}
.ms-clan-ojutai:before {
content: "\e91e";
}
.ms-clan-silumgar:before {
content: "\e91f";
}

2
css/mana.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: 79 KiB

After

Width:  |  Height:  |  Size: 315 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -157,6 +157,33 @@
<i class="ms ms-dfc ms-dfc-moon ms-2x"></i>
<i class="ms ms-dfc ms-dfc-emrakul ms-2x"></i>
</p>
<h3>Guild Symbols</h3>
<p>
<i class="ms ms-guild-azorius ms-2x"></i>
<i class="ms ms-guild-boros ms-2x"></i>
<i class="ms ms-guild-dimir ms-2x"></i>
<i class="ms ms-guild-golgari ms-2x"></i>
<i class="ms ms-guild-gruul ms-2x"></i>
<i class="ms ms-guild-izzet ms-2x"></i>
<i class="ms ms-guild-orzhov ms-2x"></i>
<i class="ms ms-guild-rakdos ms-2x"></i>
<i class="ms ms-guild-selesnya ms-2x"></i>
<i class="ms ms-guild-simic ms-2x"></i>
</p>
<h3>Clan Symbols</h3>
<p>
<i class="ms ms-clan-abzan ms-2x"></i>
<i class="ms ms-clan-jeskai ms-2x"></i>
<i class="ms ms-clan-mardu ms-2x"></i>
<i class="ms ms-clan-sultai ms-2x"></i>
<i class="ms ms-clan-temur ms-2x"></i>
&nbsp;&nbsp;
<i class="ms ms-clan-atarka ms-2x"></i>
<i class="ms ms-clan-dromoka ms-2x"></i>
<i class="ms ms-clan-kolaghan ms-2x"></i>
<i class="ms ms-clan-ojutai ms-2x"></i>
<i class="ms ms-clan-silumgar ms-2x"></i>
</p>
<footer>
Made with &hearts; by <a href="http://andrewgioia.com">Andrew Gioia</a>
</footer>

View File

@ -106,9 +106,9 @@
* Planeswalker symbols */
.@{ms-prefix}-loyalty-up:before { content: "\e627"; } // Up
.@{ms-prefix}-loyalty-down:before { content: "\e625"; } // Up
.@{ms-prefix}-loyalty-zero:before { content: "\e626"; } // Up
.@{ms-prefix}-loyalty-start:before { content: "\e628"; } // Up
.@{ms-prefix}-loyalty-down:before { content: "\e625"; } // Down
.@{ms-prefix}-loyalty-zero:before { content: "\e626"; } // Zero
.@{ms-prefix}-loyalty-start:before { content: "\e628"; } // Start
/**
* Other */
@ -120,3 +120,27 @@
.@{ms-prefix}-dfc-spark:before { content: "\e909"; }
.@{ms-prefix}-dfc-emrakul:before { content: "\e90a"; }
.@{ms-prefix}-dfc-moon:before { content: "\e90b"; }
/**
* Guilds and Clans */
.@{ms-prefix}-guild-azorius:before { content: "\e90c"; }
.@{ms-prefix}-guild-boros:before { content: "\e90d"; }
.@{ms-prefix}-guild-dimir:before { content: "\e90e"; }
.@{ms-prefix}-guild-golgari:before { content: "\e90f"; }
.@{ms-prefix}-guild-gruul:before { content: "\e910"; }
.@{ms-prefix}-guild-izzet:before { content: "\e911"; }
.@{ms-prefix}-guild-orzhov:before { content: "\e912"; }
.@{ms-prefix}-guild-rakdos:before { content: "\e913"; }
.@{ms-prefix}-guild-selesnya:before { content: "\e914"; }
.@{ms-prefix}-guild-simic:before { content: "\e915"; }
.@{ms-prefix}-clan-abzan:before { content: "\e916"; }
.@{ms-prefix}-clan-jeskai:before { content: "\e917"; }
.@{ms-prefix}-clan-mardu:before { content: "\e918"; }
.@{ms-prefix}-clan-sultai:before { content: "\e919"; }
.@{ms-prefix}-clan-temur:before { content: "\e91a"; }
.@{ms-prefix}-clan-atarka:before { content: "\e91b"; }
.@{ms-prefix}-clan-dromoka:before { content: "\e91c"; }
.@{ms-prefix}-clan-kolaghan:before { content: "\e91d"; }
.@{ms-prefix}-clan-ojutai:before { content: "\e91e"; }
.@{ms-prefix}-clan-silumgar:before { content: "\e91f"; }

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "mana-font",
"version": "1.2.0",
"version": "1.3.0",
"description": "Magic: the Gathering mana symbol pictographic font",
"main": "css/mana.css",
"repository": {