I want to change my announcement Bar font
1 Like
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