Вопрос

Since a few days/weeks, I remarked that my website doesn't work properly on Google Chrome.

Every text disappeared, leaving a space, and when I hover my mouse over the text, it displays back.

Here's a screen:

http://puu.sh/7hOIY.png

I hovered the two first buttons, the text is displaying.

My website works fine on every other browsers. Only Google Chrome doesn't work, but my website worked a few days back, I didn't change anything.

I've seen that some says it may come from the fact that I'm using google fonts, but I don't see why and how I could fix it...

Это было полезно?

Решение

If you use custom fonts try:

<script type="text/javascript" charset="utf-8">

 $(function() { $('body').hide().show(); });
</script>

Read more here: https://productforums.google.com/forum/#!topic/chrome/elw8busIfJA

It's a chrome bug

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top