Yeah, I'm sorry I wasn't clear. I meant in Sigil's BV. Smallcaps show up in headings, but not in body text. Is this normal?
If so, could someone confirm that in theory --using the css
.smcaps {font-variant: small-caps}-- all three of the follow examples should yield smallcaps (provided the reader supports them)?
Code:
1) <p class="smcaps">Please Be In Smallcaps</p>
2) <p>I said, "<span class="smcaps">Please Be In Smallcaps</span>."</p>
3) <blockquote class="smcaps">
<p>Please Be In Small Caps</p>
</blockquote>