OTS parsing error: invalid version tag
-
Hello everyone!
I’m trying to tune my WordPress blog and remove all disturbance I have in the code. Firt of all I see that every single page of my blog returns the following error:
OTS parsing error: invalid version tagAfter a short review of the origin of this problem I found out that it belongs to JetPack Social Logos sub-plugin. And the problem is in declaration of font-face. The right version of declaration is:
@font-face { <strong>font-family:"social-logos";</strong> src:url("social-logos.eot?51b607ee5b5cb2a0e4517176475a424c"); font-weight:normal; font-style:normal; }
and it is used in social-logos.css
but my browser uses different, condenced css file from the same JetPack dir social-logos.min.css. And here we have wrong definitions of the fonts:
@font-face{font-family:social-logos;src:url(social-logos.eot?51b607ee5b5cb2a0e4517176475a424c);font-weight:400;font-style:normal}No aposraf/quotes around social-logos font definition.
What can I do in order to fix that?
PS. I don’t use CDN and my Browser is Yandex.Browser (Chrome clone).
- The topic ‘OTS parsing error: invalid version tag’ is closed to new replies.