Hello Themeco Support,
I am trying to change the font family for the mobile navbar. Currently it is set to a google font, “Give You Glory”, and I would like to change it to “Playlist Script”. I am already using Playlist Script on the desktop navbar. Here is the css I am trying to use for the mobile navbar:
.x-navbar .mobile .x-nav li a {
font-family: "Playlist Script";
font-weight: normal;
font-style: normal;
}
However, this does not seem to work when viewing it on a mobile device. Strangely, it does work when you view it in cornerstone using the mobile viewer option.