@font-face {
    font-family: 'YintaiIcon';
    src: url('../font/icomoon.eot?jgoe3j');
    src: url('../font/icomoon.eot?jgoe3j#iefix') format('embedded-opentype'),
    url('../font/icomoon.ttf?jgoe3j') format('truetype'),
    url('../font/icomoon.woff?jgoe3j') format('woff'),
    url('../font/icomoon.svg?jgoe3j#icomoon') 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: 'YintaiIcon' !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;

    vertical-align: middle;
    display: inline-block;
}

.icon-menu:before {
    content: "\e900";
}
.icon-arrow-right:before {
    content: "\e902";
}
.icon-arrow-left:before {
    content: "\e901";
}
.icon-share:before {
    content: "\e903";
}
.icon-link:before {
    content: "\e904";
}
