Add Kindle-optimized font collection with complete 4-variant families #44
  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 adds a comprehensive
fast-fonts-for-kindlefolder containing properly structured font families that resolve the Kindle compatibility issues reported in #8 and other issues.Problem Statement
Multiple users have reported that bold text doesn't display correctly on Kindle devices. The root cause is that Kindle requires a complete font family with all 4 variants (Regular, Italic, Bold, Bold Italic) to properly render bold and italic text. Single font files with embedded bold glyphs don't work correctly on Kindle.
Solution
This PR provides 6 complete font families, each with all 4 variants in OTF format:
Font Families Included
Each family includes:
Technical Improvements
(2,11,5,2,2,2,2,2,2,4)prevents the font name from displaying in seriflanguagesystemdeclarations ensure the speed-reading features work correctlyNew Font Families
Beyond the original Fast Sans/Serif fonts:
Installation Instructions
Users should:
Fast_Sans)fontsfolderRelated Issues
Fixes #8 - Bold text not showing on Kindle
Addresses user reports of fonts not appearing or bold not working
Additional Resources
For detailed installation instructions and documentation, see the standalone repository: https://github.com/jloutsch/fast-fonts-for-kindle
🤖 Generated with Claude Code