字体图标

@font-face{
    font-family: "lee";
    src: url("../fonts/lee.eot");/* IE9兼容 */
    src: url("../fonts/lee.eot?#iefix") format("embedded-opentype"),
         url("../fonts/lee.woff") format("woff"),
         url("../fonts/lee.ttf") format("truetype"),
         url("../fonts/lee.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
.icon{
    font-family: "lee";
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

 

你可能感兴趣的:(字体)