|
|
#16 |
|
Evangelist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 420
Karma: 4500000
Join Date: Nov 2015
Device: none
|
About 30 on the devices, around 20,000 on hard drive on pc.
|
|
|
|
|
|
#17 |
|
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 39
Karma: 92664
Join Date: Dec 2022
Location: Chicago, IL
Device: Many, many Kindles and several Boox Tabs
|
Very interesting! Thanks, everyone for contributing!
I just loaded a bunch of the recommended fonts from the other thread that I mentioned, but have not yet had a chance to test them out to see which I prefer. I’m sure that I’ll be like the majority have said, and narrow it down to one or two preferred fonts and then ignore the rest and eventually remove them from my Kindles. I also have a couple of Boox devices, but haven’t added or tried to play around with fonts on them as of yet. Maybe someday I’ll get to them. |
|
|
|
| Advert | |
|
|
|
|
#18 | |
|
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 321
Karma: 1028630
Join Date: May 2024
Location: Salisbury, UK
Device: Assorted Kobo, Boox, PocketBook & Kindle readers
|
Quote:
I bought a Go 7 last week, and immediately loaded my favoured font onto it. I then spent far too long going round in circles trying to use it. It turned out that it didn't add my font to the main list (as other devices, including the v.2 Boox engine, do). Instead, you have to select a separate Import tab. That holds user-loaded fonts, and only those fonts, in their own list. Still, I got there in the end. |
|
|
|
|
|
|
#19 |
|
Observant Owl
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 15,285
Karma: 70503014
Join Date: Nov 2009
Device: NookColor, Nook Glowlight 4
|
My Nook Glowlight 4 has the following fonts:
|
|
|
|
|
|
#20 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 15,329
Karma: 247697703
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
|
|
|
|
|
| Advert | |
|
|
|
|
#21 |
|
Observant Owl
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 15,285
Karma: 70503014
Join Date: Nov 2009
Device: NookColor, Nook Glowlight 4
|
|
|
|
|
|
|
#22 |
|
Gentleman and scholar
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,591
Karma: 111339656
Join Date: Jun 2015
Location: Space City, Texas
Device: Clara BW; Nook ST w/Glowlight, Paperwhite 3
|
I have maybe four. But I only use Scriptoria (done by a fellow MR member). It's basically a revised version of Literata Book.
|
|
|
|
|
|
#23 |
|
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 46
Karma: 21212
Join Date: Sep 2021
Device: K2, K3, Touch, K5B, Voyage, PW4, Oasis 1, 2 & 3, PW5
|
|
|
|
|
|
|
#24 |
|
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 83,891
Karma: 153649587
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
You can't side load on a nook. But because it runs RMSDK, you may be able to stick some fonts in a fonts directory and call on the fonts from the CSS. I can do this on a Sony Reader using RMSDK.
This is how you do it on a Kobo with RMSDK. Code:
@font-face {
font-family: monospace;
font-weight: normal;
font-style: normal;
src: url("res:///fonts/normal/Dark Courier");
}
@font-face {
font-family: monospace;
font-weight: bold;
font-style: normal;
src: url("res:///fonts/bold/Dark Courier");
}
@font-face {
font-family: monospace;
font-weight: normal;
font-style: italic;
src: url("res:///fonts/italic/Dark Courier");
}
@font-face {
font-family: monospace;
font-weight: bold;
font-style: italic;
src: url("res:///fonts/bolditalic/Dark Courier");
}
|
|
|
|
![]() |
| Tags |
| number of fonts |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to add alternate fonts without replacing system fonts.(this time this is a guide) | techiemonkey | Kindle Developer's Corner | 17 | 09-12-2012 04:55 PM |
| An Observation on Fonts - Improving readability by using *bold* versions of fonts | nesler | General Discussions | 12 | 06-24-2012 12:33 PM |
| need the fonts in /usr/java/lib/fonts of kindle touch5.0.0 | hanpal | Kindle Developer's Corner | 1 | 02-20-2012 10:40 AM |
| Troubleshooting need the fonts in /usr/java/lib/fonts of kindle touch5.0.0 | hanpal | Amazon Kindle | 0 | 02-20-2012 08:51 AM |
| Touch Fonts question (special characters in stock and custom fonts) | levil | Kobo Reader | 20 | 09-23-2011 01:51 PM |