I am developing a site in Joomla 2.5 -
I have enabled web fonts and selected Didact Gothic as the default font in the Gantry system but it does not seem to be working across all elements of the template?
I have gone into the template.css and changed everything I can find in there that relates to text to:
font-family: 'Didact Gothic' , arial , serif;
But when I inspect various pages using Firebug it still shows the font defaulting to Arial in some places???
Any idea what I have to do to make this change work for all elements of the template?