Jump to content

Font sizes in editor


Genestoy

Recommended Posts

Posted

@Genestoy

I'm really not stalking you but try putting this at end of globalTemplate

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

You can change available sizes via pattern  8/8px;

This will apply to all richtextboxes on front pages of your site.

Archived

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

  • Recently Browsing   0 members

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