CryptoFont
CryptoFont copied to clipboard
Bitcoin Cash icon
Your icons are awesome! Can you please add BCH icon?
+1
quick fix via CSS
.cf-bch-hack {
-webkit-transform: rotate(-30deg);
-moz-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
-o-transform: rotate(-30deg);
transform: rotate(-30deg);
}
HTML
<i class="cf cf-btc-alt cf-bch-hack"></i>
Result

Bitcoin cash should have the cash background to fully distinguish with bitcoin:
Something like this:

+1
+1