Hi,
How do I upload my custom font (bold, italic, and light) to Dawn theme 5.0.0, is this possible? Here is my url
Thanks!
Hi,
How do I upload my custom font (bold, italic, and light) to Dawn theme 5.0.0, is this possible? Here is my url
Thanks!
Hello @Anon5 ,
Shopify has almost all the fonts, you need to change from the setting.
Themes-> Customize->Theme Settings (Bottom Of Page) â Typography
Hopefully that helps.
Hi,
Welcome to Shopify Community, you can try this link.
https://ecomexperts.io/blogs/liquid-tutorial-shopify/shopify-font
Let me know if you need any more help.
Thank you.
Hello @Anon5 ,
You can refer to the below solutions to add a custom font to the dawn theme.
Changing Font Using Google Font Links
.site-header__logo{
font-family: âSmoochâ;
}
You can also change the font using a ttf File.
Changing Font using ttf File
@font-face {
font-family: âcustom-fontâ; //here you can add any name
src: url(âFascinate-Regular.ttfâ) format(âwoff2â);
}
.site-header__logo{
font-family: âcustom-fontâ;
}
Hope your problem gets solved. Let us know if you have any other issues.
All the best,
Team CedCommerce
Jigar, that is not what the OP asked.