Quote:
Originally Posted by JSWolf
What is the code used to get ADE to display small caps from a font that also includes small caps?
|
I don't think any current Adobe reader software supports small-caps, does it? In theory, I think the @font-face is
supposed to support the
font-variant attribute just like it supports font-family, font-weight and font-style.
The only way I know to get true small-caps to work in epubs is to use a separate set of @font-faces for the small-caps-only font files. But you're probably doing that already.
If anyone knows different I'd also be interested to hear about it.