Re: Font Size Question
Posted by
Hugo <Nabble> on
Mar 26, 2012; 5:10pm
URL: https://support.nabble.com/Font-Size-Question-tp7402356p7406687.html
Or you can specify the font-size directly in the HTML tag:
<span style="font-size:80%">text</span>
<span style="font-size:.8em">text</span>
<span style="font-size:16px">text</span>