目前在各种浏览器没出现问题,仅有移动端360浏览器有此情况。
代码:
@
font-face {
font-family: 'icomoon';
src:url('../../fonts/icomoon.eot?rwx6xy');
src:url('../../fonts/icomoon.eot?#iefixrwx6xy') format('embedded-opentype'),
url('../../fonts/icomoon.woff?rwx6xy') format('woff'),
url('../../fonts/icomoon.ttf?rwx6xy') format('truetype'),
url('../../fonts/icomoon.svg?rwx6xy#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
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;
&:hover {
text-decoration: none;
}
}
(请忽略缩进)