Shopify themes, liquid, logos, and UX
Hello community!
I am attempting to add a custom font to the Dawn theme.
@font-face {
font-family: "MERINGUE";
src: url({{"MERINGUE.woff2" | asset_url }}) format("woff2");
}
h1, h2, h3, h4 {
font-family: "MERINGUE" !important;
}
Preview of the store here: https://3e72b9-5.myshopify.com/?_ab=0&_fd=0&_sc=1
Thank you. Any help would be much appreciated!
Solved! Go to the solution
This is an accepted solution.
Upload it to the Files section of your store. Content -> Files
Hi @drocklin
Upload the font file in the Files section and paste the complete url in src. That should work.
Hi!
I've already uploaded the file to the assets folder, and don't see a way to grab the resulting URL.
This is an accepted solution.
Upload it to the Files section of your store. Content -> Files
Thank you!
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024