

.currency {
    /* use !important to prevent issues with browser extensions that change fonts */

    speak: none;
    text-transform: none;
        /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.currency.UAH:before {
    content: "\e900";
}
.currency.KZT:before {
    content: "\e901";
}
.currency.EUR:before {
    content: '\20AC';
}
.currency.GBP:before {
    content: "\e801";
}
.currency.USD:before {
    content: '$';
}
.currency.JPY:before,
.currency.CNY:before {
    content: "\e803";
}
.currency.RUR:before,
.currency.RUB:before {
    content: "\e804";
}
.currency.KPW:before,
.currency.KRW:before {
    content: "\e805";
}
.currency.bitcoin:before {
    content: "\e806";
}
.currency.INR:before {
    content: "\e807";
}
.currency.BYR:before {
    font-family: Arial !important;
    content: "Бел. руб.";
}
.currency.KGS:before {
    font-family: Arial !important;
    content: "сом.";
}
.currency.RON:before {
    font-family: Arial !important;
    content: "RON";
}

