Problem
Google Fonts is returning 404 for Red Hat Display woff2 files. The CSS at fonts.googleapis.com loads fine, but the font files it references on fonts.gstatic.com are broken.
Failing URL
https://fonts.gstatic.com/s/redhatdisplay/v21/8vIq7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbmyWEEMbCa8AIHrEG1nO6OOJzScMKMPL.woff2
HTTP 404 Not Found.
CSS that references it
https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;700&display=swap
This CSS loads successfully and contains @font-face declarations, but the src: URLs point to woff2 files that 404.
Found on 2026-08-13, while deploying a GitLab Pages site that loaded Red Hat Display from Google Fonts.
Note that the "Red Hat Text" font loaded fine.
Problem
Google Fonts is returning 404 for Red Hat Display woff2 files. The CSS at
fonts.googleapis.comloads fine, but the font files it references onfonts.gstatic.comare broken.Failing URL
HTTP 404 Not Found.
CSS that references it
This CSS loads successfully and contains
@font-facedeclarations, but thesrc:URLs point to woff2 files that 404.Found on 2026-08-13, while deploying a GitLab Pages site that loaded Red Hat Display from Google Fonts.
Note that the "Red Hat Text" font loaded fine.