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”
2- Select “Customize” and then go to “Additional CSS”
Paste the below code in “Additional CSS” and click on the Publish button.
.asl-cont * {font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif !important;}
Alternatively, you can paste the above code into the theme style.css, this is located under “Theme Editor” in the “Appearance” menu.