Font from upload no longer working

I had been using an uploaded font for quite sometime with:

@font-face {
  font-family: "Berkeley Mono";
  src: url("https://json.blog/uploads/2024/berkeleymono-regular.woff2") format("woff2");
}

But despite that file existing, I’m now getting a 404 on my site. Any ideas?

Now it’s working. I am seeing some 20 requests for avatar.jpg despite it being in the HTML a single time with a series of 302s.

Could this be part of the latest outage?