I think so too. I often use font-variant: small-caps; for that effect.
So if my guess is right, putting this in the Styles may work similarly.
.pcalibre {
text-transform: none !important;
font-variant: small-caps; }
Last edited by nqk; 12-01-2021 at 11:15 PM.
|