Hi, I would like to change the font in Sense theme to a custom font in the Announcement bar, please could you advise?
1 Like
Hi @akounnas
ExpertRookie here, you can follow these steps to implement your idea:
- Refer this guide to know how to add a custom font to your store
- Once you have done, then use this css code to apply this custom font to the Announcement bar
your-css-selector { font-family: "NAME OF FONT"!important; }
What does “your-css-selector” mean?
Hi @akounnas
To use the custom font, you need embed custom font first,
Have you added custom font into your theme?