Quote:
Originally Posted by hobnail
A perennial gripe of mine is that the Kobo doesn't support monospace out of the box the way the Kindle does. E.g.,
Code:
.monospace {
font-family: monospace;
}
Won't work unless you embed the font in the epub, or install one, Courier I think, and you have to name it a certain way.
So I'm guessing that none of those will work on a Kobo, although I don't know what would happen if you had embeded the font or installed Courier.
|
The font has to be internally named Courier (I also externally named it Courier just to be safe) and put in the fonts directory. This only works for ePub. For KePub, you do have to embed a monospace font.