hi
how to install custom font in shopify?
hi
how to install custom font in shopify?
Hi @sareeshop ,
What theme are you using? Please send me the theme name, I will guide you in more detail.
Tutorial for dawn theme:
First you need to upload it in Assets.
Then you go to the file layout/theme.liquid and add the code:
@font-face {
font-family: 'fontname';
src: url('{{ 'fontname.woff' | asset_url }}') format('woff'),
font-weight: normal;
font-style: normal;
font-display: swap;
}
At the end you just need to get fontname, it will work fine.
Hope it helps!
Hey @sareeshop !
Thanks for connecting with us here in the Shopify Community!
As mentioned by @LitCommerce custom font can be added via your theme. Here is a developer tutorial you might find helpful in achieving this. That being said, our theme support team does not recommend adding new/additional fonts to a theme. This customization is achievable, but calling in a custom font for theme settings requires a good deal of custom code - as well as finding every single class the font needs to be assigned to, which would extend beyond the scope of support as outlined in our Design Policy here.
Some fonts, especially scripts, are harder to read, especially on mobile where the lighting isn’t always ideal. If implementing custom font is something that you’re not comfortable with, then you can hire a Shopify Expert via this link here in order to help you with this. Shopify Experts can carry out custom jobs for your store like this. I hope this helps!
How are things going with the rest of your website? If you’re looking for the next steps to grow your business further, you may be interested in our video courses on Shopify Learn! This is a free resource for you to learn about anything from marketing to store design. I highly recommend taking advantage of this as you’ll find many tips and strategies from experts in different fields. As always, should any questions arise, be sure to reach out to us!