Jump to content

How to change the default font in the text editor


Marafa

Recommended Posts

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;
}

 

Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...