Dear @thingsontheway ,
I checked in the inspect view, and the Shopify data already has the font face set to Hope Sans.
I have reviewed your requirement, you just need to edit css script and the issue will be resolved. You can follow my instructions!
Step 1: Go to Admin → Online store → Theme > Edit code:
Step 2: Search for the file base.css. And add this code snippet to the end of the file.
.header__menu-item span {
font-family: 'HOPE SANS';
}
At this step, you can change the font to see a clear difference. Instead of Hope San, try replacing it with fantasy to ensure you’re using the correct font you want.
- ‘Hope San’
- fantasy
Step 3: Save your code and reload this page.
I hope these instructions will help you. If they are helpful, don’t forget to like and mark as the solution.
Have a nice day sir!



