You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created a fonts folder in the root (Kindle/fonts/).
Copied the TrueType files:
• Fast_Sans.ttf
• Fast_Sans_Dotted.ttf
• Fast_Serif.ttf
• Fast_Mono.ttf_incompatible (came with the repo)
Safely ejected and rebooted the Kindle.
Added an empty USE_ALT_FONTS file and rebooted again, just in case.
Problem
The Fast-Font variants never appear in Aa → Font.
As a sanity check I copied another custom font (OpenDyslexic); that one shows up fine, so the folder structure is recognised.
Screenshots
Screenshots:
• Kindle /fonts directory
• Font-selection menu (Fast-Font missing)
Any idea why these TTFs aren’t detected?
Do they need a different naming scheme or a specific internal family/weight flag?
Happy to test a patched build or provide more details if that helps.
Thanks a lot for your time!
The text was updated successfully, but these errors were encountered:
various users tried the Fast-Font on Kindle and there are some interesting findings how the Kindle works with Open-Type Fonts.
On the new Kindles you just have to copy the fonts on the device, like you did.
On older devices they need a special naming theme.
As far as I understood the Kindle needs 4 font-variants of the same font, be placed in the folder.
The official info is:
Note: In order for the Kindle to recognize which style the font has, the fonts must comply with these conventions:
Fontname-Regular.ttf (normal)
Fontname-Italic.ttf (italic)
Fontname-Bold.ttf (bold)
Fontname-BoldItalic.ttf (bold and italic)
If the font is copied to the device and does not correspond to this naming scheme, the Kindle will not recognize it.
This means you first of all have to name the font like "Fastfont-Regular.ttf".
I also read somewhere that the kindle (dependend on the firmware version) needs exactly this 4 names.
Since we have Regular and Bold combined in the FastFont you have to copy the Font four times and name it differently - Regular, -Italic, -Bold and -BoldItalic like mentioned above.
Afterwards the Kindle should at least show you the font in the selection menu.
You have to try out if the speed-reading functionality works. That is dependend on, if the kindle supports the opentype features of the font, that are the intelligence to print certain letters bold for speed-reading.
It would be great if you could post a short comment, if it worked or not.
That could help other users trying the same ;-)
Furthermoe the Kindle is kind of special where it allows Font changes.
It seems own Fonts work out of the box with DRM-Books (bought from the store).
Local books pushed to the Kindle via Calibre doesn't allow the font change.
Some users created a python script to auto convert eBooks to Fast-Font and load them via Calibre on the Kindle.
Please refer to this thread, where also the scripts are linked: #8
Hi there,
Thanks for releasing Fast-Font!
● Device ─ Kindle Paperwhite 7th Generation (2015, PW3)
● Firmware ─ 5.16.2.1.1
What I did
• Fast_Sans.ttf
• Fast_Sans_Dotted.ttf
• Fast_Serif.ttf
• Fast_Mono.ttf_incompatible (came with the repo)
Problem
The Fast-Font variants never appear in Aa → Font.
As a sanity check I copied another custom font (OpenDyslexic); that one shows up fine, so the folder structure is recognised.
Screenshots
Screenshots:
• Kindle /fonts directory
• Font-selection menu (Fast-Font missing)
Any idea why these TTFs aren’t detected?
Do they need a different naming scheme or a specific internal family/weight flag?
Happy to test a patched build or provide more details if that helps.
Thanks a lot for your time!
The text was updated successfully, but these errors were encountered: