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

.techone-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'TechOne' !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;
}

.techone-icon-laptop:before {
    content: "\e900";
}
.techone-icon-print:before {
    content: "\e901";
}
.techone-icon-game:before {
    content: "\e902";
}
.techone-icon-phone:before {
    content: "\e903";
}
.techone-icon-headphone:before {
    content: "\e904";
}
.techone-icon-mouse:before {
    content: "\e905";
}
.techone-icon-desktop:before {
    content: "\e906";
}
.techone-icon-camera:before {
    content: "\e907";
}
