문제

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