How can I add font size 13,15,17,19?
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!