Quote:
Originally Posted by JSWolf
The eBook Planetfall by Emma Newman does have some fair use of monospace for text messages. There is no embedded font. So as ePub, given a have a font named Courier, it will display. But in KePub, it's going to display what should be monospace in a tiny font size in Georgia. So this is more an issue then just ignoring monospace if the eBook is in KePub.
If you want, I can show a screen cap of the monospace problem with KePub.
|
As usual, you are posting what you want and not actually reading the posts you are responding to. I
know there are books that use monospace. Hell, you named this one in your earlier post. But, how many other books are there that use monospace? It is absolutely tiny when compared to number that
do not use monospace. That means that adding the support is not necessarily desirable as it will only help a tiny number of their customers. As with most commercial developers, they will choose to spend their development time and money on things that will help the highest number of their users. And of course, make sure you tell Kobo it is a problem. They do make changes based on user reports. Maybe yours will be the one to move this far enough up the queue to be done.
And for curiosity, I looked at the preview of "Planetfall" that Kobo has. Unless one of the embedded fonts is actually a monospace font, it does not have any use of monospace in it. In chapter 1, there does appear to text messages. The first one is the text "Ren—come to the west gate." These use the class "left1" which is defined as:
Code:
p.left1 {
font-family: "Arial", sans-serif;/**font-family: "BriemAkademiStd";**/
font-size:85%;
margin:1.5em 0 1.5em 1em;
}
Which appears to use Arial and falls back to sans-serif.
Not monospace.
Maybe I am wrong about that line of text, but, the word "monospace" does not appear in the stylesheet. From my experience with previews, Kobo strips out the chapters after the preview and updates the ToC to point to a non-existent file. They do not appear to do anything with the stylesheet.
And as the book you have does not match the code that I can see in a legal version, I have to ask where did you get it? Are you sure it is a legal copy?