Quote:
Originally Posted by Doitsu
Code:
font-variant: small-caps;
|
Yes, that was my CSS before (not functioning in ereader).
Quote:
Originally Posted by JSWolf
But you would also need to embed the main font to be sure you got the correct small cap and the correct main font.
|
If I understand right: The small caps font and the main font should be the same font family. Of course! I don't will use any different,
'only a little bit similar' looking fonts.
Quote:
Also, it depends on how often the small caps is used as to whether fonts should be used or the fake small caps should be used.
|
Probably you mean: Is it worse to buy a related small caps and main font, if using only one? time. Of course not. It's a book for private use only. Not must be 100% correct.
@BetterRed #10 & @JSWolf #12: I don't really understand you both.
After all said above: Is it recommendable for me to continue with 'fake' small caps via
Code:
span.small_font {
font-size: 75%;
}