@font-face {
    font-family: 'units';
    src:  url('font/units.eot?f37wd8');
    src:  url('font/units.eot?f37wd8#iefix') format('embedded-opentype'),
    url('font/units.ttf?f37wd8') format('truetype'),
    url('font/units.woff?f37wd8') format('woff'),
    url('font/units.svg?f37wd8#units') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="unit-icon-"], [class*=" unit-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'units' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.unit-icon-byn:before {
    content: "\e901";
}
.unit-icon-kzt:before {
    content: "\e900";
}
