/ Published in: CSS
Another trick with type is to use the font-variant property to create small caps If the font you’re working with doesn’t have a small caps variation, know you’ll be creating pseudo small caps, which may or may not look as good as you’d like
Expand |
Embed | Plain Text
1 p { 2 font-variant: small-caps; 3 }
You need to login to post a comment.
