Quote:
Originally Posted by crutledge
I have the following CSS definition. It works fine in the HTML viewers but has no effect in Sigil.
Code:
.smcap {
font-variant: small-caps;
}
What's wrong?
Charlie
|
I know I have used small-caps in my CSS with good results (after I spelled variant correctly

).
Are you using this with another selector?
Code:
class="regular smcap"
the order may affect results.