Quote:
Originally Posted by JSWolf
I'm going to have to disagree. If you have all the text uppercase, it won't work with small-caps. It needs to be lower case.
I've just tested this in the Calibre editor. I made a few words uppercase and then used a span around those words and a few others in lower case and only the lower case words were in smallcaps.
|
"small-caps"
You keep using that word. I do not think it means what you think it means.
Try using the following example in your testing...it works exactly as I mentioned in both Sigil and Calibre Editor (attached)???
Code:
p {font-variant:small-caps}
<p>THIS IS ALL TEXT UPPERCASE.</p>
<p>this is all text lowercase.</p>
<p>This is all Text with Mixed Case</p>
The first two lines appear the same (see attachments) - just with a different font-size.
The last line - with mixed case can be seen with the capital letters being larger than the lower case letters...but all of them using the capital letter from the font. And, yes, this is not a true SC font, but that's not the point.