AbanteCart Community

eCommerce construction => Templates => Topic started by: fv4s4e on August 18, 2018, 01:32:26 PM

Title: Using Google Fonts
Post by: fv4s4e on August 18, 2018, 01:32:26 PM
I'm using the default storefront template but was wondering if I can use a specific google font for my h1/h2 tags and product titles.  Any ideas if this is possible please?
Title: Re: Using Google Fonts
Post by: abantecart on August 18, 2018, 08:07:43 PM
You can use any front.
Here is the directory with template files that you need to access.
https://github.com/abantecart/abantecart-src/tree/master/public_html/storefront/view/default

There is CSS file that you can add font to:
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/stylesheet/style.css

If you need to add something in the head:
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/common/head.tpl