Hi all,

Can anyone guide me how to add DevLys 010 font in ckeditor. I have tried it but I am getting problem with the name : DevLys 010. Other font are successfully added.

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.

subu.purohit’s picture

Hi teo,

Thanks for your reply. But I couldn't find any place to put new font face in default.js. I have added new font-face in modules/ckeditor/ckeditor/content.css and then add this font in modules/ckeditor/ckeditor.config.js

config.font_names = 'DevLys 010/DevLys 010;' + config.font_names;

It brakes my font combo. but when I use :

config.font_names = 'DevLys 010/DevLys_010;' + config.font_names;

it works perfect. Any idea ?

virtualanup’s picture

You can download devlys 010 font from http://hindi-fonts.com/fonts/DevLys-010

abhidrupal’s picture

Issue summary: View changes

How to add Hindi Kruti dev font in drupal 7