Design and CSS styles
Version 5.x > Design and CSS styles > Add a new font View modes: 
User avatar
Member
Member
rtapia-pragmatica.com - 3/25/2010 11:40:22 AM
   
Add a new font
Hello

in the form only 6 fonts types appears, arial, comic sans, currier new, tahoma, times new roman and verdana


how can i add Century Gothic??

thank you!!!!

User avatar
Kentico Support
Kentico Support
kentico_radekm - 3/25/2010 12:30:58 PM
   
RE:Add a new font
Hello.

You can do it in <web project>\CMSAdminControls\FCKeditor\fckconfig.js file.
There is a following property, where you can add a new font:

FCKConfig.FontNames = 'Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana' ;

Best Regards,
Radek Macalik

User avatar
Member
Member
rtapia-pragmatica.com - 3/25/2010 1:07:37 PM
   
RE:Add a new font
it works!!!!

Thank you!!!