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

[class^="icon2-"], [class*=" icon2-"] {
    /* 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;
}

.icon2-eyeglasses:before {
    content: "\e900";
}

/* Had to have eyeglasses in second file created successfully before due to not being able to figure out path/single color issues for eyeglass icon and have in only one file along with others */
/* Also had to change class to icon2 to not conflict with the other file */
