26 lines
1.1 KiB
CSS
26 lines
1.1 KiB
CSS
@font-face {font-family: "iconfont";
|
|
src: url('../font/iconfont.eot'),/* IE9*/
|
|
url('../font/iconfont.woff?t=1478165332') format('woff'), /* chrome, firefox */
|
|
url('../font/iconfont.ttf?t=1478165332') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
|
url('../font/iconfont.svg?t=1478165332#iconfont') format('svg'); /* iOS 4.1- */
|
|
}
|
|
@font-face {font-family: "iconfont";
|
|
src: url('../font/iconfont2.eot'), /* IE9*/
|
|
url('../font/iconfont2.woff?t=1482464842702') format('woff'), /* chrome, firefox */
|
|
url('../font/iconfont2.ttf?t=1482464842702') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
|
url('../font/iconfont2.svg?t=1482464842702#iconfont') format('svg'); /* iOS 4.1- */
|
|
}
|
|
|
|
.iconfont {
|
|
font-family:"iconfont" !important;
|
|
font-size:16px;
|
|
font-style:normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-webkit-text-stroke-width: 0.2px;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
.icon-shouye:before { content: "\e637"; }
|
|
.icon-fenlei:before { content: "\e666"; }
|
|
.icon-gouwuche:before { content: "\e726"; }
|
|
.icon-wode:before { content: "\e618";}
|
|
.icon-paixing:before { content: "\e610"; } |