I have a very strange problem.
I use Google fonts on my website. Everything displays correctly in Firefox, Internet Explorer, and even Opera.
But Google Chrome displays the font "Comic sans MS" instead.
In this screenshot, you see how firefox and chrome render the same page. The font works in firefox (left), but listens in Chrome (right)
http://gyazo.com/43462de300f4fb358cdf22c77e1955cd
You can see the page here:
https://www.no-gods-no-masters.com/A-12443978/t-shirt-liberation-animale-vegetarien-vegan-ALF-animal-liberation-front
Please note that I also use a different google font (Doppio One) in the floating navigation bar (top). This one works in Chrome
The font is downloaded here:
@font-face {
font-family: 'goboldregular';
src: url('https://no-gods-no-masters.com/scripts/fonts/gobold-webfont.eot');
src: url('https://no-gods-no-masters.com/scripts/fonts/gobold-webfont.eot?#iefix') format('embedded-opentype'),
url('https://no-gods-no-masters.com/scripts/fonts/gobold-webfont.woff') format('woff'),
url('https://no-gods-no-masters.com/scripts/fonts/gobold-webfont.ttf') format('truetype'),
url('https://no-gods-no-masters.com/scripts/fonts/gobold-webfont.svg#goboldregular') format('svg');
font-weight: normal;
font-style: normal;
}
source
share