I have tried countless solutions in order to get my custom imported font to appear on my mobile preview - specifically, my mobile navigation menu. For the life of me, I cannot get my mobile menu to show the custom font. Here is the code I reverted back to, after trying countless code combinations found online:
@font-face {
font-family: ChakraPetch-Medium;
src: url(https://static1.squarespace.com/static/64513a4734c55b0aac949cad/t/6451521b6dd392570c03f9a5/1683051035425/ChakraPetch-Medium.ttf)
}
header#header *, h1, h2, h3, p {
font-family: 'ChakraPetch-Medium';
I would simply like this font to be applied to my entire website - mobile navigation menu included. Any help would be very appreciated. Thanks!