Thread: Small caps
View Single Post
Old 06-07-2014, 08:37 AM   #4
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,801
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Quote:
Originally Posted by JLius View Post
Right, then I'll have to embed a font. Thanks for the info.
Not necessarily You can use something like:

1. In your css file:

Code:
.smallcaps {
    text-transform: uppercase;
    font-size: 80%;    /* here you can use any other size you like, maybe 70% */
}
2. In your .xhtml file:

Code:
<p>T<span class="smallcaps">his is a text in small caps</span></p>
Of that way, you are faking small cpas in a form that also works in ADE.

Regards
Rubén
RbnJrg is offline   Reply With Quote