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

rad editor default font

1 Answer 154 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
dileep
Top achievements
Rank 1
dileep asked on 24 Jun 2008, 06:11 AM
Hi
I have a strange issue with the RAD editor.
I require to use the default font as ariel and size to be 10. I have changed the css file to the above mentioned font configs.

The CSS now sets the font in the required size and font. But when the rad editor is in edit mode, it still shows the font as times new roman. And when the page is checked in , it gets displayed as Ariel.

Please let me know if there is any settings that I have missed.
The css change that has been done are given below

.RadEContent, .RadEContentBorrdered

font-family: Arial;
     font-size: 10pt;

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 25 Jun 2008, 03:18 PM
Hi dileep,

Please, replace the following class names .RadEContent, .RadEContentBorrdered with a global body class name, e.g.

body
{
     font-family: Arial;
     font-size: 10pt;

}

You can find more information in the following forum sticky note:
Setting Content Area Defaults of RadEditor 7.3+.

Kind regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
WebParts for SharePoint
Asked by
dileep
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or