mindaugasma
Hi
If you want to change the font globally on your website, I recommend to change in LESS file, here are steps:
- Backup your site first
- Open the file: /templates/ja_alumni/less/variables.less
Look for this line of code - approx line 82:
@font-family-sans-serif: "Libre Franklin", Helvetica, Arial, sans-serif;
(it may be different if you already changed this before)
change it to:
@font-family-sans-serif: "Lato", sans-serif;
- Next, go to Backend >> open the template style you're using, General tab >> if the Development mode is enabled, just refresh frontend of your site to see the changes.
In case, this dev mode is disabled, you need to click the 'LESS to CSS' button so it can compile less to css code (again, remember to backup your site first).