AlexanderPoellmann / CryptoFont

A sleek webfont featuring your favourite cryptocurrencies
https://cryptofont.com
MIT License
44 stars 3 forks source link

Bitcoin Cash icon #1

Open aogz opened 6 years ago

aogz commented 6 years ago

Your icons are awesome! Can you please add BCH icon?

evo42 commented 6 years ago

+1

evo42 commented 6 years ago

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 BCH using .cf-btc-alt + css hack

phuongnd08 commented 5 years ago

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

Something like this: image

LouisWayne commented 4 years ago

+1

fabiomlferreira commented 4 years ago

+1