Hello,
I have an issue with the size of the text when displayed inside CKEditor Area. When selecting a 11px font size, it actually looks like it is 8px or even less.
That is a problem because when the users write a text, then try a PDF export (for example), then in the PDF it displays with the good font size and the users then realize they wrote the text way too big.
I made changes in the CSS, trying something like :
.cke_editable
{
font-size: 1.3em;
}
This partly solved my problem as default text is now displayed at the good size, but if the user tries changing the font size, then 11px displays smaller still, so appart from preventing the user from changing font size (which is out of question), I do not see what I can do.
Is there any setting which can make CKEditor display text simply at the right size?
Thank you in advance.
NB : We are using CKEditor 4