_icon.css 1001 Bytes
@font-face {
    font-family: "iconfont";
    src: resolve("iconfont.eot"); /* IE9 */
    src: resolve("iconfont.eot?#iefix") format("embedded-opentype"), resolve("iconfont.woff") format("woff"), resolve("iconfont.ttf") format("truetype"), resolve("iconfont.svg#iconfont") format("svg"); /* iOS 4.1- */
}

.icon {
    text-decoration: none;
    font-style: normal;
    font-size: 24px;
    font-family: "iconfont" !important;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.4px;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bag:before {
    content: "\e601";
}

.icon-check:before {
    content: "\e603";
}

.icon-close:before {
    content: "\e605";
}

.icon-left:before {
    content: "\e606";
}

.icon-right:before {
    content: "\e607";
}

.icon-search:before {
    content: "\e608";
}

.icon-down:before {
    content: "\e602";
}

.icon-up:before {
    content: "\e617";
}

.icon-love:before {
    content: "\e60d";
}

.icon-delete:before {
    content: "\e600";
}