Hi,
my default font is Basic Commercial and on both parts of my website I do include the Quicksand font which is also part of Shopify’s shop font. However, it doesn’t seem to deflect on certain browsers.
I added the code font-family: “quicksand”; under custom css in theme editor.
Please advise what have I done wrong. Thank you!
@pandaroars
can you please share the method how you added the code? or do provide the store url?
thanks
It’s www.fab7cd.myshopify.com
Example for the words under header image, I added under theme editior- add section- rich text - custom css
Thanks!
store is password protected
please add below code into your custom css and see if this is work for you.
#shopify-section-template--19429878661403__46bcc2ed-97f7-454e-9fb5-bc8161a65b27 h2{
font-family: "Quicksand", sans-serif;
font-optical-sizing: auto;
}