I want set font size in post box

go to the editor_contents.css template and find this block of code

Code:
    @property "messageText";
    font-size: 11pt;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.4;
    @property "/messageText";

change the font-size property according to how large you want it to be in the editor... (this will only effect the editor)
 
Top Bottom