Thread: no small caps?
View Single Post
Old 03-11-2021, 02:38 PM   #17
fbrzvnrnd
Fanatic
fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.
 
Posts: 559
Karma: 400004
Join Date: Feb 2009
Device: ONYX M96
Quote:
Originally Posted by JSWolf View Post
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?
fbrzvnrnd is offline   Reply With Quote