Quote:
Originally Posted by PornMD
Sadly this is the case. It's a pain in the ass cuz it doesn't make it very easy to change manually (if I'm doing a style change for just 1 line of text, I'd rather it be with that fucking line of text for easy changing) but welcome to CSS and the new world.
|
Then wrap the text in a span and set the style of the font on the span :P
.something { font-size: .8em; }
<span class="something">Here is my line of text</span>