First line in small-caps?
-
I’m trying to make the first line of each post (in my blog) automatically small-caps.
I tried the code below, but it turns the first line of every paragraph into small-caps instead of just the first line. Is there a way to specify?
p:first-line { font-variant:small-caps; }
What I’m looking for is pretty much like what’s built into the Oulipo theme (except that it works in a post with images also) so I tried stealing the code from there, cleaned it up to the best of my rather poor ability, and came up with this code –
.entry > p:first-child:first-line?{ ont-variant:small-caps font-family: Georgia, "Times New Roman", Times, serif; }
– which doesn’t work. Help?
- The topic ‘First line in small-caps?’ is closed to new replies.