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

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-rendering: auto;

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