XF 2.0 Default font

JoyFreak

Well-known member
I am trying to change the forums default font for everything to this :
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;

If I add this into the Extra.less will this do the trick and not miss anything?
body
{
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
 
Top Bottom