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!!
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!!
Hi @LaseMakers ,
Please send your site and if your site is password protected, please send me the password. I will check it for you.
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.