Shopify themes, liquid, logos, and UX
Hi,
I am trying to use a custom font on the showcase theme.
However, the code that I tried to use does not work.
I have added both the font files in the assets section and the files folder under content.
Does anyone have any ideas on what code I should try?
Solved! Go to the solution
This is an accepted solution.
Hi @ac5a
This is Noah from PageFly - Shopify Page Builder App
You will need to place the correct source of the font assets to your code font like this screenshot:
Please notice how i place the source of the font here.
Hope this can help you solve the issue
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Hi @ac5a
Try to follow the video below, we also posted other options in our blog.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @ac5a
This is Noah from PageFly - Shopify Page Builder App
You will need to place the correct source of the font assets to your code font like this screenshot:
Please notice how i place the source of the font here.
Hope this can help you solve the issue
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Thanks, worked!
Posting my code here in case it helps others in the future
@font-face {
font-family:"My Font";
src: url("{{ 'MyFont.woff' | asset_url }}") format("woff"),
url("{{ 'MyFont.woff2' | asset_url }}") format("woff2");
font-display:auto;
}
@font-face {
font-family: "My Font";
font-display: fallback;
src: url("https://cdn.shopify.com/s/files/1/0744/4204/7765/files/MyFont-Regular.woff2?v=1695992266") format("woff2"),
url("https://cdn.shopify.com/s/files/1/0744/4204/7765/files/MyFont-Regular.otf?v=1695992266") format("opentype");
}
We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024