Minimize fonts.css File to Address SEO Warnings
Akash Sivaraman
The fonts.css file should be minimized (minified) to reduce file size and eliminate SEO-related warnings triggered by unoptimized CSS assets.
Problem Statement
Currently, the fonts.css file is served in an unminified format. This results in:
-> Increased file size due to whitespace, comments, and formatting
-> Slower load times for end users
-> SEO tools (e.g., performance audits) consistently flag the file as an error or optimization issue
This negatively impacts overall page performance scores and SEO rankings.
Log In
K
Kavya
Hi Eucalyptus Gazelle, Akash Sivaraman,
Thank you for sharing this observation.
We understand that serving fonts.css in an unminified format can lead to:
Increased file size
Slight impact on load performance
SEO/performance tools flagging it as an optimization issue
To help us investigate further, could you please share a sample URL or report where the fonts.css file is being flagged (for example, from Lighthouse or any SEO/performance tool)?
Additionally, if you have:
A screenshot of the warning/error
The specific audit/tool name reporting this issue
that would help us validate and analyze the behavior more effectively.
We’ll review this internally and evaluate the feasibility of minifying CSS assets like fonts.css as part of our optimization improvements.
Once we assess the impact and scope, we’ll share an update.
Akash Sivaraman
+ Eucalyptus Gazelle