cryptofont
Version:
CryptoFont - A sleek webfont for your favourite cryptocurrencies
13 lines (11 loc) • 322 B
text/less
// Mixins
// ------
.pf-icon() {
display: inline-block;
font: normal normal normal @cf-font-size-base/@cf-line-height-base @cf-font-name;
font-size: inherit;
text-rendering: auto;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}