This is an error I am getting in my site. unfortunately searching for it hasn't given me much results.
Failed to decode downloaded font: http://mysite/testing/site1/revolution/fonts/revicons/revicons90c6-2.html?5510888
index.php#tab3:1 OTS parsing error: invalid version tag
My CSS are these:
@font-face {
font-family: 'revicons';
src: url('../fonts/revicons/revicons90c6.html?5510888');
src: url('../fonts/revicons/revicons90c6.html?5510888#iefix')
format('embedded-opentype'),
url('../fonts/revicons/revicons90c6-2.html?5510888') format('woff'),
url('../fonts/revicons/revicons90c6-3.html?5510888') format('truetype'),
url('../fonts/revicons/revicons90c6-4.html?5510888#revicons')
format('svg');
font-weight: normal;
font-style: normal;
}