How to change navigation font

Moeed
Shopify Partner
2426 610 730

Hey so I wanna change my navigation font and make it and I want the exact navigation font which this website has
Click Here 
I want the same font for my navigation as the above website.
that's my store URL: Click Here 

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications

- Expert in Shopify SEO optimization for higher search rankings.


- Your Coffee Tip , my code - a perfect blend! ❤️
Replies 5 (5)
Simonsron
Shopify Partner
699 87 121

The font you gave for your website is "Montserrat, sans-serif", which you can download and upload to your shopify server, and then reference it with the following code.

 @font-face {
            font-family: Montserrat;
            src: url(“fonturl”);
        }
.nav-bar .menu__moblie b{
font-family: Montserrat;
}
Moeed
Shopify Partner
2426 610 730

How can I upload font?

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications

- Expert in Shopify SEO optimization for higher search rankings.


- Your Coffee Tip , my code - a perfect blend! ❤️
Simonsron
Shopify Partner
699 87 121

Step1:

Simonsron_0-1676970108685.png

Step2:

Simonsron_1-1676970139310.png

After uploading the font, copy the link and put it into the code I mentioned above to replace the fonturl

 

Moeed
Shopify Partner
2426 610 730

Can you give me the link to where I can download "Montserrat, sans-serif" font

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications

- Expert in Shopify SEO optimization for higher search rankings.


- Your Coffee Tip , my code - a perfect blend! ❤️
Simonsron
Shopify Partner
699 87 121

This font requires you to look it up, you can start by going to the Google Fonts shop to find out if it exists.