Quote:
Originally Posted by elemenoP
Which screenshots have had which CSS applied?
|
The CSS is the same for the book regardless of whether or not the fonts have been removed -- the Calibre modify-epub font removal doesn't change the CSS, it just rips the font files out of the epub so that the CSS can't access them and has to revert to the device defaults.
Quote:
Have you tried adding font-weight:normal into the body tag?
|
My apologies, I speak no CSS and no HTML, so I do not know how to try this.
Quote:
My Charis font files have different names (CharisSILR.ttf, for example). Have you checked that you have the names right?
|
I've renamed my font files to what you see in the pictures and CSS above. This simplified the process of creating new CSS files each time I added a new font to the fonts folder. (i.e., all fonts are named X-Regular, X-Bold, X-Italic, and X-BoldItalic.)
Quote:
Originally Posted by jackie_w
In your 'Young Fredle' css, I notice
Code:
.calibre5 {
font-weight: bolder
}
You could try looking at the html file containing the text from your screencap within the epub to see where this css class has been used, e.g.
Code:
<p class="calibre5"> or
<span class="calibre5">
|
I think -- I'm not sure -- but I think that the .calibre stuff isn't used on the Sony device. Maybe someone can confirm this?