Hi team,
Is it possible to change the template font to a custom font? Is so how can this be achieved?
Hi romanpar,
Here is the documentation that helps you add a new Google Font in T3-based templates like Teline V https://joomlart.com/documentation/joomla-faqs/embed-font#google-font-t3
Once you have added the font you can define this code in custom.css
body {font-family: Add your font family name here}
and save, it will apply all over the site.