Home › Forums › CSS › Issue with Icon Fonts in Chrome 23 › Re: Issue with Icon Fonts in Chrome 23
January 8, 2013 at 11:07 am
#120268
Member
Woops, let me codify that CSS for you.
/* ==================
* Icon Font
* ================== */
@font-face {
font-family: 'icomoon';
src:url('fonts/icomoon.eot');
src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
url('fonts/icomoon.svg#icomoon') format('svg'),
url('fonts/icomoon.woff') format('woff'),
url('fonts/icomoon.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: 'icomoon';
font-style: normal;
speak: none;
-webkit-font-smoothing: antialiased;
}
.icon-help:before { content: "47";}