I have upload a custom font which works great when editing my site on my laptop, however when I go on to the shopify app and look at the website on that, it doesn’t show up.
It looks like you are using the correct code to specify the custom font and apply it to certain elements on your website. However, it’s possible that there might be some issue with the font file itself, or with the way it is being served to the Shopify app.
Here are a few things you can try to troubleshoot the issue:
Check the file path in the src attribute of the @font-face rule to ensure that it is correct and points to the location of the font file on your server.
Try using a different font file format (e.g., .ttf or .otf) and see if that fixes the issue.
Check if there are any errors in the browser console that might be related to the custom font. To do this, open the browser dev tools and look for any error messages that might provide clues about the issue.