Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Issue with Icon Fonts in Chrome 23 Re: Issue with Icon Fonts in Chrome 23

#120273
chrisburton
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.