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

.icon-website, .icon-server, .icon-real-user, .icon-application, .icon-network {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

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

.icon-website:before {
    content: "\e900";
}
.icon-server:before {
    content: "\e901";
}
.icon-real-user:before {
    content: "\e902";
}
.icon-application:before {
    content: "\e903";
}
.icon-network:before {
    content: "\e915";
}
