I would like to change the default font for regular text (story and page nodes) to Verdana, how do I got about this?

And how do I change the default text alignment from left to adjusted (justify)?

Thanks in advance for support!

Comments

WeRockYourWeb.com’s picture

Change the text-align and font-family attributes for the style sheet referenced by CKeditor.

jcisio’s picture

Status: Active » Fixed

If you want to change this in your website, make change in your theme (in css, try something like .node-content {text-align:justify;font-family:Verdana;}).

If you have already done this, and want to keep consistancy with the editor, add a new stylesheet just for the editor, with the above attributes for the body element.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.