In my case nothing else here worked until I changed <i> to <b> (most probably a cascading issue with my own css). Then font-size etc was applied correctly.
<i>
<b>
font-size
Which is also a reminder that <i> isn't a must.