@font-face {
    font-family: 'Glyphter';
    src: url('./fonts/Glyphter.eot');
    src: url('./fonts/Glyphter.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Glyphter.woff') format('woff'),
        url('./fonts/Glyphter.ttf') format('truetype'),
        url('./fonts/Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class*='icon-'] {
    line-height: 0.6 !important;
}

[class*='icon-']:before {
    display: inline-block;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow-up:before {
    content: '\0041';
}

.icon-arrow-down:before {
    content: '\0042';
}

.icon-arrow-left:before {
    content: '\0043';
}

.icon-arrow-right:before {
    content: '\0044';
}