Add custom font to heading on Dawn theme

LaseMakers
Shopify Partner
101 1 28

Hi!!

I would like to add a custom font to my headings only, I did some codding but it changed all the body of my page.

Can somebody show me how to do it only for headings?

I will be so appreciative.

Thank you!!

Replies 2 (2)

LitExtension
Shopify Partner
4860 1001 1128

Hi @LaseMakers,

Please send your site and if your site is password protected, please send me the password. I will check it for you.

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify

LitExtension
Shopify Partner
4860 1001 1128

Hi @LaseMakers,

You want to add font Allegory for the heading. Please go to layout/theme.liquid file, find '--font-heading-family' and change code:

--font-heading-family: {{ settings.type_header_font.family }}, {{ settings.type_header_font.fallback_families }};

=>

--font-heading-family: 'Allegory ', serif;

Hope it is clear to you.

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify