Hello,
Customize your site to give it a more personal feel by changing the main font family used. To keep browser-wide compatibility, I suggest you use any of the font families listed in here. If you’d like to use any other font, make sure you upload it to your server and call it directly.
1. Open ./styles/{YOURTEMPLATE}/theme/main.css
2. Find
font-family:Arial, Helvetica, sans-serif;
and replace that font family with yours. For this example, I will use “Times New Roman”, Times, serif , so the code would like this:
font-family:"Times New Roman", Times, serif;
3. Save & Upload.
And that’s it! If for any reason you get stuck at any step, please do not hesitate to contact me so I can try to fix your specific situation. Comments and suggestions are welcome!
Best Regards,
Richi