Hi,
I would like to add custom font for my theme, i’m currently on the Be Yours theme. anyone can guide me on how to add this fonts on a 2.0 theme. thank you.
regards,
Jan Rae
Hi,
I would like to add custom font for my theme, i’m currently on the Be Yours theme. anyone can guide me on how to add this fonts on a 2.0 theme. thank you.
regards,
Jan Rae
Hi @JanRae , you can try follow section 1 in this article, then you can use the ‘Font Name’ in your css file or somewhere on your theme. Besides that, I found another post with video here: https://ecomexperts.io/blogs/liquid-tutorial-shopify/shopify-font, you can try it
If you are using CDN for web-fonts then you can add it directly, if you are generating web-fonts and trying to add via css then you need to generate font with “Base64 encode” and after that you can add it to css.
https://transfonter.org/ - Website providing"Base64 encode" options, you can explore it.