18
tilde
7y

Being a total beginner to web developmentz I just started working on my personal website. A simple static HTML/CSS page. And the fucking Google font wasn't working on Chrome. I worked perfectly on Firefox and even Microsoft Edge for fucks sake. Spent a good part of two hours trying to figure out what was wrong. Tried all sorts of shit suggested in a ton of SO pages and some of my own noob css tricks. Fuckin none of it worked! And then, just when I was about to Alt+F4 my way out of all that crap, I realized the page worked fine in incognito mode.
Turns out it was a fucking Chrome extension I was using for spell checking which was interfering with the fonts. Like what the fuck.

Comments
  • 8
    how to debug chrome issues :
    ctrl-f5 refresh the cache
    incognito window to avoid more cache
    close chrome and use any other browser while screaming fuck chrome
  • 6
    @Qchmqs it started as a good answer and then turned into a great answer
  • 4
    @RazorSh4rk i once spent two solid days debugging my network, before i realized that chrome also cached redirections, fuck abusive caching, and a temporary redirect shouldn't be cached anyway
Add Comment