Hi there! I am building out a trial of the Shopify Theme called Motion and I would like to upload a new font (Avenir) I have not been able to find how to do this on a Trial theme.
Hi @qejasocks,
Currently, Avenir is not supported for direct selection in Shopify fonts, so you need to upload and declare it.
You can refer to the following article, it will guide you in detail on how to upload third-party fonts.
I’ve made a number of posts on this.
- Do no try to upload to Assets – it’s impossible in trial theme and Shopify will/may corrupt font files uploaded to Assets;
- Upload your fonts to Files instead and use
file_urlinstead ofasset_urlin your@font-faceCSS rule; - Use “Custom liquid” section in Footer to add your CSS rules if they require liquid…
To upload a font, you need to edit the theme’s code, but a trial theme does not allow code editing.