Quote:
Originally Posted by JSWolf
Simoncini Garamond Std does not support small caps. So the solution is to use simulated small caps.
Code:
span.CharOverride-28 {
font-family: "Simoncini Garamond Std", serif;
font-size: 0.8333em;
}
|
Actually no, because the text in XHTML is in lowercase. I should change all the text from lowercase to uppercase. I changed the CSS with a simple
Code:
font-family: serif;
instead.
Btw, I had to do this in the original CSS files. When I tried to add some CSS in "tweak for this book", KOReader do not use it. Is the original CSS stronger than the tweak I add in KOReader?