Bug: Render-blocking @import of Google Fonts in index.css
Severity: low
Found by: Phase triage — out-of-scope finding #5
Location: client/src/index.css:1
Resolved in PR #447 (merged 2026-04-17).
Moved Google Fonts from CSS @import (render-blocking, serial) to <link rel="stylesheet"> in client/index.html, parallelizing the font fetch with index.css and letting the existing preconnect hints pay off.
Bug: Render-blocking
@importof Google Fonts in index.cssSeverity: low
Found by: Phase triage — out-of-scope finding #5
Location:
client/src/index.css:1Resolved in PR #447 (merged 2026-04-17).
Moved Google Fonts from CSS
@import(render-blocking, serial) to<link rel="stylesheet">inclient/index.html, parallelizing the font fetch withindex.cssand letting the existingpreconnecthints pay off.