@font-face {
    font-family: "logos";
    src: url("../fonts/logos/logos.woff2") format("woff2"), 
        url("../fonts/logos/logos.ttf") format("truetype"), 
        url("../fonts/logos/logos.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}


[class^="logos-"],
[class*=" logos-"] {
    /* Use !important to prevent extensions from overriding this font. */
    font-family: "logos" !important;
    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;
}

.logos-lrw:before {
    content: "\f000";
}

.logos-amf:before {
    content: "\f001";
}

.logos-american:before {
    content: "\f002";
}