View Single Post
Old 07-05-2021, 05:48 PM   #1
rjnagle
Zealot
rjnagle knows what time it isrjnagle knows what time it isrjnagle knows what time it isrjnagle knows what time it isrjnagle knows what time it isrjnagle knows what time it isrjnagle knows what time it isrjnagle knows what time it isrjnagle knows what time it isrjnagle knows what time it isrjnagle knows what time it is
 
Posts: 126
Karma: 2167
Join Date: Oct 2005
Location: Houston, Texas
Device: ipad 1, Nook Simple Touch, Kindle 3, ebookwise 1150
fallback monospace font-family on kindle -- possible?

I know that you can set a fallback option for Kindle devices. ie., by using a generic font declaration:
Code:
 p {font-family: "Georgia", serif}
Can you do the same for monospace fonts that will work on Kindles?

Code:
 p.monospace {font-family: "Courier", monospace}
It has never occurred to me that this Kindle might support a fallback option for monospace font-family; that would be handy.

Has anyone tried using monospace font as a fallback family for Kindle?

Finally, is there any way to specify a generic font-family in the Kindle Create tool (ie Serif, Sans Serif, Monospace) without having to embed anything? Thanks.

Last edited by rjnagle; 07-05-2021 at 06:00 PM.
rjnagle is offline   Reply With Quote