View Single Post
Old 02-08-2012, 07:20 AM   #4
ElMiko
Evangelist
ElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileReadElMiko has read every ebook posted at MobileRead
 
ElMiko's Avatar
 
Posts: 478
Karma: 65460
Join Date: Jun 2011
Device: Kindle
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>

Last edited by ElMiko; 02-08-2012 at 07:30 AM.
ElMiko is offline   Reply With Quote