Skip to content

chore: remove unused font dependencies - #6

Open
Abderraouf-yt wants to merge 1 commit into
ZakyTm:developfrom
Abderraouf-yt:fix/remove-unused-fonts
Open

chore: remove unused font dependencies#6
Abderraouf-yt wants to merge 1 commit into
ZakyTm:developfrom
Abderraouf-yt:fix/remove-unused-fonts

Conversation

@Abderraouf-yt

Copy link
Copy Markdown

@fontsource/newsreader and @fontsource/space-grotesk were declared in package.json but never imported anywhere in the codebase — no CSS @import, no JS import, no reference. Every npm install downloads ~1.9MB of unused fonts (combined).

Removed both. Only @fontsource-variable/source-serif-4 (body) and @fontsource/jetbrains-mono (mono labels) are actually used in global.css.

One file changed, no behavior change.

Neither @fontsource/newsreader nor @fontsource/space-grotesk are
imported anywhere in the codebase. They were downloaded on every
npm install but had zero visual impact. Removed both.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant