Why isn't my font change applying to all sections of my store?

I changed the font in my store to Futura. However, the font for the navigation and product titles has not changed. I would appreciate any help you can give me.Screenshot attached

Store link: Moltisanti-clothing.myshopify.com

Hello @Digital_Imran ,

It’s the GemPages Support Team and we are glad to assist you today!

I would like to give you the recommendation to support you so kindly follow the steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


*I have checked the product title and found that it has been applied the right font

Let us know how it works for you.

Best regards,
GemPages Support Team

@GemPages Thank you so much for your reply.

The fonts are still bold. The font on this website Menscollection.ca is what I want. Take a look at the menu and grid font on this website. I want the same.

I would greatly appreciate any help you can provide

Hi @Digital_Imran

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the css file:

.header__linklist-link, .mega-menu__title {font-family: var(–text-font-family) !important;}

Regards,

San

Hi @Digital_Imran

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


Hope this answer helps.

Best regards,

Victor | PageFly

Thankyou so much :slightly_smiling_face:

Thank you so much :slightly_smiling_face:

Hi there,

I am getting the same problem but this code is not working for me?

Thanks!