Hi, I am trying to change the font used in the JA Kids Corner templates, but can't find the override file I need to change, can anyone help? Thanks
loujonesdesign Hi Kindly follow this documentation to change or add a new font https://www.joomlart.com/documentation/joomla-faqs/embed-font#embed-font-t3 The same will work for any T3 template. You can add below code in custom css to force the same font for all site pages
body {font-family: Font family name here}
Hi, I have created a file called custom.css, added it to the main css folder on the JA Kids Corner template, added in the code suggested above, but the font still hasn't changed, any ideas? Thank you
loujonesdesign Hi replace the code with this code
body{font-family:'Roboto',sans-serif!important} h1, .h1, h2, .h2 {font-family:'Roboto',sans-serif!important}
Thank you, that works perfectly
loujonesdesign You are welcome!