How to change font used in source mode of WYSIWYG editor

Martin Dobsicek asked on July 27, 2009 11:17

How to change font used in source mode of WYSIWYG editor

Correct Answer

Martin Dobsicek answered on July 27, 2009 11:17

You can ensure this by changing value for font-family attribute in following declaration in ~\CMSAdminControls\FCKeditor\skins\default\fck_editor.css file:

.SourceField
{
    padding: 5px;
    margin: 0px;
    font-family: Monospace;
}

You may need to clear browser's cache for change to take effect.

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.