This is a migrated thread and some comments may be shown as answers.

Default Font in Edit Mode

1 Answer 65 Views
Editor
This is a migrated thread and some comments may be shown as answers.
tatjana
Top achievements
Rank 1
tatjana asked on 17 Jun 2010, 09:52 AM
Hi!
I am not able to change the Rad Editor's default font-family in Edit Mode. It is always Times New Roman. I have found some help on this suggesting to change the style in the EditorContentArea.css of the Default Skin. But those articles seem to refer to another Version of the Rad Editor, as I cannot find a "Skins" folder for my installation, there is none in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\wpresources\RadEditorSharePoint\5.7.2.0__1f131a624888eeed . I am using the full version (5.7.2.0) on a MOSS 2007 installation.
Thanks a lot for your help
Tatjana

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 17 Jun 2010, 09:58 AM
Hi Tatjana,

Please, review the following help article http://www.telerik.com/help/aspnet-ajax/defining-custom-css-styles.html. In short you need to  create a /Program Files/Common Files/Microsoft Shared/web server extensions/wpresources/RadEditorSharePoint/5.7.2.0__1f131a624888eeed/Resources/CssEditor.css file. Then add the following style in it.
body 
    font-family: Arial; 
    font-size: 11pt; 



Greetings,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Editor
Asked by
tatjana
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or