Skip to content

Conversation

@eudoxia0
Copy link
Member

Replace the Google Fonts CDN import with local @font-face declarations for Inconsolata Regular (400) and Bold (700) weights. This:

  • Improves privacy by removing external font requests
  • Reduces dependency on third-party CDN
  • Can improve page load performance
  • Uses existing local font files already in the repo

The local Inconsolata font files were already present in the repository but unused. This change activates them.

Replace the Google Fonts CDN import with local @font-face declarations
for Inconsolata Regular (400) and Bold (700) weights. This:
- Improves privacy by removing external font requests
- Reduces dependency on third-party CDN
- Can improve page load performance
- Uses existing local font files already in the repo

The local Inconsolata font files were already present in the repository
but unused. This change activates them.
@eudoxia0 eudoxia0 merged commit 9558212 into master Nov 12, 2025
1 check failed
@eudoxia0 eudoxia0 deleted the claude/audit-unused-code-011CV35MvdoQedzcWW2i4cY1 branch November 12, 2025 01:09
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.

3 participants