hello,
I want the font-family of all the text in my website (such as h1,h2,every title,blog contents and so on,) to be set it with “Arial”.
Please help me.
Hi Zeng!
Thank you for using our theme.
Place in custom.css or Quick-CSS field the following code:
body {
font-family: Arial, sans-serif !important;
}
Regards,
Günter
Hello Günter
Thanks for your help.