@font-face {
    font-family: "custom_currency";
    src: url(./custom_currency.woff);
}

.custom_currency {
    font-family: "custom_currency" !important;
}