@font-face {
    font-family: 'biofont';
    src:    url('../fonts/biofont.eot?aqhd4w');
    src:    url('../fonts/biofont.eot?aqhd4w#iefix') format('embedded-opentype'),
        url('../fonts/biofont.ttf?aqhd4w') format('truetype'),
        url('../fonts/biofont.woff?aqhd4w') format('woff'),
        url('../fonts/biofont.svg?aqhd4w#biofont') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="fa-bio-"], [class*=" fa-bio-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'biofont' !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;
}

.fa-bio-proteomics:before {
    content: "\e900";
}
.fa-bio-meta:before {
    content: "\e90b";
}
.fa-bio-tslr:before {
    content: "\e90d";
}
.fa-bio-antibiotics:before {
    content: "\e901";
}
.fa-bio-rna:before {
    content: "\e90c";
}
.fa-bio-antibody:before {
    content: "\e908";
}
.fa-bio-cancer:before {
    content: "\e909";
}
.fa-bio-dna:before {
    content: "\e90a";
}

