Saltar a contenido principal


Edit: not actually down after all, just the default endpoint fonts.googleapis.com doesn't return a 200 (see comment in thread)

Ooof. "down for everyone or just me" is reporting that fonts.googleapis.com is, in fact, down. No wonder half the sites I'm trying to access are stalling. I thought it was a problem with this public wifi network I'm on...

downforeveryoneorjustme.com/fo…

Esta entrada fue editada (hace 3 meses)
in reply to Darius Kazemi

Lots of people learning a valuable lesson the hard way right now, I'd guess.
in reply to Darius Kazemi

Welp, here's my reason for always self-hosting custom fonts despite Google making it unreasonably difficult.
in reply to Darius Kazemi

A pattern I love is caching Fonts responses via a Worker and serving those instead: ruddra.com/cloudflare-cache-go…
in reply to Colin

@Colin @Darius Kazemi Aaaaaand then Cloudflare also goes down. Don't forget to have a last-resort local copy of your fonts!
in reply to Darius Kazemi

Aw, Google can't invasively track users without a cookie popup anymore. Poor them.
in reply to Darius Kazemi

ok so believe it or not o got a really helpful answer almost immediately.

TLDR it’s not down, but the url being used to test should be more specific to get the right answer.

fonts.googleapis.com/css2?fami… //should always return a 200

fonts.googleapis.com //not necessarily going to return a 200

Darius Kazemi reshared this.