Jump to content

Is it possible to add a cap on font sizes?


seba stian

Recommended Posts

ACP> Customizations> Themes> Your skin> Templates tab> globalTemplate

Add this to the end of the template (change the px sizes to whatever you want)-

      <script>
$( document ).ready(function() {
    if( typeof(CKEDITOR) !== "undefined" ) {
       CKEDITOR.config.fontSize_sizes = '12/12px; 14/14px; 16/16px; 18/18px';
    }
});
</script>

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...