Hello,
I’ve replaced the burger icon with a text (Navigation). And I want this to use my custom font as others headers etc.
On desktop, everything works fine. On my iPhone, that word uses a sans-serif font. When I click and open the submenus, I see the items there also use my custom font. So it is only that replaced burger icon having the problem.
Here is the CSS I am using:
.x-btn-navbar i::before {
content: "NAVIGATION";
font-family: "TRBalloon", sans-serif;
}
Would you mind taking a look?
Thanks
