What am I doing wrong here? In my header I am trying either of the following:
body {font-size=1em};
p.bigger {font-size=1.2em;}
p.bigbold {font-weight:bold; font-size=1.2em;}
body {font-size=9pt};
p.bigger {font-size=11pt;}
p.bigbold {font-weight:bold; font-size=11pt;}
Then when I in-line <p class=whatever> I'm getting the bold, but font sizes aren't changing at all.
What is this I don't even.
Posts
Thanks. Solved.