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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconScanditest' !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-blodbank:before {
    content: "\e900";
}
.icon-datainnsamling:before {
    content: "\e901";
}
.icon-klima:before {
    content: "\e902";
}
.icon-motor:before {
    content: "\e903";
}
.icon-sensorer:before {
    content: "\e904";
}
.icon-transport:before {
    content: "\e905";
}
.icon-vibrasjon:before {
    content: "\e906";
}
.icon-akustikk:before {
    content: "\e907";
}

