【发布时间】:2015-06-16 17:39:29
【问题描述】:
我正在尝试让我的图标字体正常工作,我需要排除 icon-blue
[class^="icon-"], [class*=" icon-"] {
font-family: 'fontname';
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;
}
我该怎么做?
【问题讨论】: