Joined March 2014
·

Gabriel Nunes

Brazil
·
·

I found a better solution. You just need put the SVG before all other font types and the Chrome will automatic use it instead of Woff. Firefox will use Woff and IE will use EOT (and for avoid IE bugs it's a good idea put SVG after EOT);

https://gist.github.com/Gnuns/9749722

@font-face
{
font-family: 'echovoice';
src:url('/fonts/echovoice.eot');
src: url('/fonts/echovoice.eot?#iefix') format('embedded-opentype'),
url('/fonts/echovoice.svg#icomoon') format('svg'),
url('/fonts/echovoice.woff') format('woff'),
url('/fonts/echovoice.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

Achievements
49 Karma
0 Total ProTip Views
Interests & Skills