How can I change the font of my announcement bar?

I want to change my announcement Bar font

Announcement Bar.PNG

1 Like

@Hokage_San

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.announcement{
font-family: "Your font name here.." !important;
}

Replace above font family with your font name.

Hope this helps.

Thanks!

1 Like