Hi!
I did custom code for my website to use the horizon font under the pages “HOME” “SHOP”.
The Horizon font shows up for the menu navigation buttons on the desktop but not on the mobile. Does anyone know a fix?
Thanks
Hi!
I did custom code for my website to use the horizon font under the pages “HOME” “SHOP”.
The Horizon font shows up for the menu navigation buttons on the desktop but not on the mobile. Does anyone know a fix?
Thanks
Hii, @riapatag
Paste this code on top of the timber.css file.
a.mobile-nav__link {
font-family: 'horizon' !important;
}
Thank You.
Thank you!