Jump to content

How to change the default font in the text editor

Featured Replies

Posted

 

How to change the default font in the text editor in IPS4 ?

 

  • Author

up

  • Author

Any guidance or thoughts on this ?

It’s currently defined the CKeditor CSS file:

applications/core/interface/ckeditor/ckeditor/contents.css

  • Author

Thanks :)

i changed the font from

/* Font */
	font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
	font-size: 12px;
to
    /* Font */
    font-family:  Tahoma, Verdana, Segoe, sans-serif;
    font-size: 14px;
 

but this did not reflect yet in the forum

do i need to do something to refresh it ?

 

 

also in IPS3

to do the same we used to add the following bellow the above line , not sure if i need also to add this

input, select {
	font: 14px tahoma, arial, verdana,  sans-serif;
}

 

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.