I need to change all font on the site to Arial. I have managed to do the normal sized text but not the headers. Many thanks
Hi imogen! Please use the following css code. Code: body, p, a, span, div, ul, li{ font-family: Arial !important; } Thanks, Praveen