CKEditor Font Size and Family
This module adds Font Size and Family selection to the CKEditor 5 rich text editor, allowing users to apply custom font styles via CSS classes or inline attributes. While it can be easily customized, it is deprecated and recommends using the CKEditor 5 Plugin Pack for new sites.
Introduction
CKEditor Font Size & Family enables the CKEditor Font Size and Family plugin, which adds drop-downs that apply CSS classes or attributes as inline element style.
The list of font styles can be easily customized.
2.0.x Installation
Only compatible with CKEditor 5. Install the module via composer. We do not support non-composer installation methods.
8.x-1.x Installation
Only compatible with CKEditor 4.
Install via Composer
This module strongly recommends installing this module via Composer to automatically install the Font library.
Manual installation
- Download the latest version of the CKEditor 4 Font plugin.
- Place the plugin into either `/libraries/` or `/libraries/ckeditor/plugins/`.
- Enable this Drupal module.
- Configure the text format to include the appropriate Font Family or Font Size buttons.