Replace Fredoka font with Londrina Solid#6
Merged
Conversation
Replaces Fredoka with Londrina Solid (Google Font) across the canvas renderer, CSS variable, and Google Fonts import. Weight 900 (Black) is available in Londrina Solid so no weight adjustments are needed. https://claude.ai/code/session_01SoStFWURtVYVRKBbynXjZE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates the font used for magnet text throughout the application from Fredoka to Londrina Solid, providing a different visual style for the magnet component.
Changes
index.htmlto load Londrina Solid (weights 400, 900) instead of Fredoka (weights 500, 600, 700)MAGNET_FONT_FAMILYconstant insrc/components/magnetUtils.jsto use Londrina Solid as the primary font--font-magnetCSS variable insrc/styles.cssto use Londrina Solid as the primary fontImplementation Details
The font change is applied consistently across all three configuration points (HTML imports, JavaScript constants, and CSS variables) to ensure the new font is used throughout the magnet rendering system. Fallback fonts remain in place for graceful degradation.
https://claude.ai/code/session_01SoStFWURtVYVRKBbynXjZE