14
Views
1
Comments
Solved
[CKEditor.Reactive] [CKEditor.Reactive] How to add font size?
ckeditor-reactive
Reactive icon
Forge asset by Fábio Fantato

How can I add font size 13,15,17,19?



2022-07-24 08-50-37
Gokula Kannan P
Solution

Hi Mar Angelo Tareno,

Add this in the config of the CKEditor widget during initialization to modify the sizes in the dropdown.

ex: i have appended the custom values with default value below

"

    extraPlugins: 'font',

    fontSize_sizes: '8/8px;9/9px;10/10px;11/11px;12/12px;13/13px;14/14px;15/15px;16/16px;17/17px;18/18px;19/19px;20/20px;22/22px;24/24px;26/26px;28/28px;36/36px;48/48px;72/72px'

"
Hope this helps!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.