I have an epub that has code snippets that are displaying as just smaller version of the regular font face. When I opened the file in Calibre, I noticed that the only CSS applied to the
class was
Code:
font-size: x-small;
. I added
Code:
font-familly: Courier;
and this seems to have fixed it in Calibre's renderer, but on my Clara HD the font is still small and a non-monospaced serif font. How can I update the file (and/or my Kobo) so that the code snippets are displayed properly?