I have this layout i'm working on, and the text sometime doesn't show. But if i refresh it a few times, it shows.
The Chrome console output is:
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.
And only this, so, no 404, no 503, no 500, no errors at all.
So, i'm using some web fonts, still, they're local, here is my font-face:::
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(../font/OpenSans.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../font/OpenSans-Bold.woff) format('woff');
}
And i have absolutely no idea why this is happening, someone might have run into something like this already... so...