How to Change the Font Family

A user can change the font style in Agile Store Locator to add a different look to the store locator. Moreover, the new font will be used for every aspect of the store locator.

Furthermore, to change the font family, please follow these steps:

1- On the main dashboard of WordPress go to “Appearance”

blank

2- Select “Customize” and then go to “Additional CSS”

blank

Paste the below code in “Additional CSS” and click on the Publish button.

.asl-cont * {font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif !important;}
blank

Alternatively, you can paste the above code into the theme style.css, this is located under “Theme Editor” in the “Appearance” menu.