I have a basic html template and when I change the font size for one item it works but another it doesn't.
I have attached a file.
After selecting each one and increasing the font size to 72
BAD - <h1 class="h1"><span id="cke_bm_202S" style="display: none;"> </span>Heading 1<span id="cke_bm_202E" style="display: none;"> </span></h1>
GOOD - <h2 class="h2"><span style="font-size:72px;">Heading 2</span></h2>
I am missing something in the configuration so that I am getting the id of "cke_bm_202S" instead of the correct font size?