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

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

    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-avatar:before {
    content: "\e900";
}
.icon-command:before {
    content: "\e901";
}
.icon-logo:before {
    content: "\e902";
}
.icon-open-book:before {
    content: "\e903";
}
.icon-pulse:before {
    content: "\e904";
}