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");
}
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024