Skip to content

Commit

Permalink
Added XMY
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Allien committed Jul 7, 2018
2 parents b78089d + 70ba8ac commit 3123db4
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Please see [Contributing guidelines](CONTRIBUTING.md) before submitting your PRs

| Version | Changes |
| :------ | :------ |
| **2.8** | community update: @nsuva added BitcoinPrivate (BTCP), @bradrisse added BCY, BELA, BURST, Civic (CVC), Einsteinium (EMC2), Expanse (EXP), FLDC, HUC, MARKS (BTM), Navcoin (NAV), PASC, RIC, Viacoin (VIA), XBC, XVC, ZRX and updated Lisk (LSK) + updated Stellar (STR → XLM) |
| **2.8** | community update: @nsuva added BitcoinPrivate (BTCP), @bradrisse added BCY, BELA, BURST, Civic (CVC), Einsteinium (EMC2), Expanse (EXP), FLDC, HUC, MARKS (BTM), Navcoin (NAV), PASC, RIC, Viacoin (VIA), XBC, XVC, ZRX and updated Lisk (LSK), @emilkarl added Myriad (XMY) + updated Stellar (STR → XLM) |
| **2.7** | contributor @quoid added Ark (ARK), Byteball (GBYTE), Bytom (BTM), Cardano (ADA), QTUM (QTUM), SALT (SALT), Zcoin (XZC) – thanks much! + correctly renamed LISK → LSK and BCC → BCH |
| **2.6** | fixed webfonts (again) & added webfont demo file, icons: added Bitcoin Cash (BCC), Decent (DCT), EOS (EOS), Golos (GOLOS), Monaco (MCO), NEO (NEO), OmiseGO (OMG), Particl (PART), Tezos (XTZ) |
| **2.5** | added Basic Attention Token (BAT), IOTA (IOTA), Gnosis (GNO), Radium (RADS) |
Expand Down
1 change: 1 addition & 0 deletions SVG/XMY.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ <h2>X</h2>
<i class="cc XLM" title="XLM"></i>
<i class="cc XLM-alt" title="XLM"></i>
<i class="cc XMR" title="XMR"></i>
<i class="cc XMY" title="XMY"></i>
<i class="cc XPM" title="XPM"></i>
<i class="cc XPM-alt" title="XPM"></i>
<i class="cc XRP" title="XRP"></i>
Expand Down
1 change: 1 addition & 0 deletions webfont/cryptocoins-colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
.XEM { color: #41bf76; }
.XLM { color: #08B5E5; }
.XMR { color: #FF6600; }
.XMY { color: #BC3182; }
.XPM { color: #e5b625; }
.XRP { color: #346AA9; }
.XTZ { color: #A6DF00; }
Expand Down
44 changes: 24 additions & 20 deletions webfont/cryptocoins.css
Original file line number Diff line number Diff line change
Expand Up @@ -1185,82 +1185,86 @@
content: "\E123";
}

.cc.XPM-alt::before {
.cc.XMY::before {
content: "\E124";
}

.cc.XPM::before {
.cc.XPM-alt::before {
content: "\E125";
}

.cc.XRP-alt::before {
.cc.XPM::before {
content: "\E126";
}

.cc.XRP::before {
.cc.XRP-alt::before {
content: "\E127";
}

.cc.XTZ-alt::before {
.cc.XRP::before {
content: "\E128";
}

.cc.XTZ::before {
.cc.XTZ-alt::before {
content: "\E129";
}

.cc.XVC-alt::before {
.cc.XTZ::before {
content: "\E12A";
}

.cc.XVC::before {
.cc.XVC-alt::before {
content: "\E12B";
}

.cc.XVG-alt::before {
.cc.XVC::before {
content: "\E12C";
}

.cc.XVG::before {
.cc.XVG-alt::before {
content: "\E12D";
}

.cc.XZC-alt::before {
.cc.XVG::before {
content: "\E12E";
}

.cc.XZC::before {
.cc.XZC-alt::before {
content: "\E12F";
}

.cc.YBC-alt::before {
.cc.XZC::before {
content: "\E130";
}

.cc.YBC::before {
.cc.YBC-alt::before {
content: "\E131";
}

.cc.ZEC-alt::before {
.cc.YBC::before {
content: "\E132";
}

.cc.ZEC::before {
.cc.ZEC-alt::before {
content: "\E133";
}

.cc.ZEIT-alt::before {
.cc.ZEC::before {
content: "\E134";
}

.cc.ZEIT::before {
.cc.ZEIT-alt::before {
content: "\E135";
}

.cc.ZRX-alt::before {
.cc.ZEIT::before {
content: "\E136";
}

.cc.ZRX::before {
.cc.ZRX-alt::before {
content: "\E137";
}

.cc.ZRX::before {
content: "\E138";
}
Binary file modified webfont/cryptocoins.ttf
Binary file not shown.
Binary file modified webfont/cryptocoins.woff
Binary file not shown.
Binary file modified webfont/cryptocoins.woff2
Binary file not shown.

0 comments on commit 3123db4

Please sign in to comment.