Home › Forums › CSS › Safari permanent page reload on Windows › Re: Safari permanent page reload on Windows
So it seems its a Safari / Windows related problem for whatever reason.
Well I guess the only thing I could do to track that problem down if its only on my Windows machine or on every Windows machine using Safari.
What’s getting my attention was when I remove the link to google fonts from the webpage everything is fine so it must be a specific problem with this only … guessing!
But in the moment I found a way around this annoying bug:
@media screen and (-webkit-min-device-pixel-ratio:0) {
.adr {
font-family:Helvetica, arial, sans-serif;
}
Immediatly all problems are gone page does not reload anymore strange but works…
So no custom fonts anymore but at least site works :)