So I have CKEditor and I was wondering if there is a way to add more web friendly fonts on the list they provide. I know they ones they indicate are standard but I have a few more web fonts that I believe will also work on browsers. I looked in the CKEditor ckeditor.config.js but it does not indicate anything about Fonts, please let me know if you know how to do this.

Comments

teo3322’s picture

try adding a style in the file /ckeditor/plugins/styles/styles/default.js like the docs recommend here http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Styles. Hope it helps.