Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#14915 closed Bug (invalid)

Default font is not taking

Reported by: Ravi Owned by:
Priority: Normal Milestone:
Component: Core : Styles Version: 3.6.3
Keywords: Cc:

Description

Dear All,

I am having trouble to get the default font of CKEditor to Arial. It is taking default font as "Times New Roman" evn though i set it as 'Arial' in config.js file. And I've tried editing every available CSS but no luck. Even If the website uses Arial as its default, the editor seems to forcefully use the "Times New Roman". How do I fix this? I would appreciate any help. Thanks.

Regards, Ravi Para

Change History (5)

comment:1 Changed 8 years ago by Ravi

Hi ,

Can anyone give a clue or solution to fix this.

We use firefox browser and ckeditor version is 3.6.3

Regards, Ravi Para

comment:2 Changed 8 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

You need to set Arial in ckeditor/contents.css and clear browser's cache according to - http://www.wikihow.com/Clear-Your-Browser's-Cache?hc_location=ufi

font as "Times New Roman" evn though i set it as 'Arial' in config.js file

This only set default font for font dropdown label.

I strongly recommend upgrading to CKEditor 4.x as 3.x is no longer actively maintained.

comment:3 Changed 8 years ago by Ravi

Hi Team,

These are the setting in config.js file.

config.font_defaultLabel = 'Arial'; config.fontSize_defaultLabel = '12px'; *

Below is the body tag code from content.css file.

body {

/* Font */ font-family: Arial, Verdana, sans-serif; font-size: 12px;

/* Text color */ color: #222;

/* Remove the background color to make it transparent */ background-color: #fff;

}

When we open the editor we are setting some default value. for ex : [THREAD ID :1-HDFD4KJ]

After placing the cursor on this text, it is showing default font as "Arial" only, but indeed this font is not "Arial". after sending mail, in ms-outlook it is showing as " Times New Roman". In source code, No styles are defined.

how can we resolve this issue.

comment:4 Changed 8 years ago by Ravi

Hi Team,

Can you please provide a update

comment:5 Changed 8 years ago by Jakub Ś

I'm sorry but this is a place for reporting CKEditor bugs and not place for seeking advice or support.

If you have CKEditor license, please contact our support team. You also can ask your implementation questions at Stack Overflow.

This issue will not be continued.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy