Home › Forums › CSS › Issue with Icon Fonts in Chrome 23 › Re: Issue with Icon Fonts in Chrome 23
January 8, 2013 at 11:54 am
#120273
Participant
@MichaelSchofield Just for the hell of it, try adding `content:””;` here
[class^=”icon-“]:before, [class*=” icon-“]:before {
content:””;
font-family: ‘icomoon’;
font-style: normal;
speak: none;
-webkit-font-smoothing: antialiased;
}
Edit: Nevermind. That won’t do anything.