View Single Post
Old 01-06-2016, 05:12 AM   #5
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,064
Karma: 147983159
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
font-variant: small-caps will not work on most Readers or programs in use for displaying ePub as ADE/RMDSK is the most widely used and small-caps is not supported. So using it even though it's not supported is a bad idea.

There are two options. One is to embed a base font and a small caps font to go with it. The other is to use something like...

Code:
.smallcaps {
font-size: .75em
}
That will simulate smallcaps. You just S<span class="smallcaps">MALLCAPS</span>

Last edited by JSWolf; 01-11-2016 at 06:17 AM.
JSWolf is offline   Reply With Quote