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…
On a Shopify trial theme, uploading custom fonts like Avenir is limited. You can either:
-
Use a web-hosted version of the font and add it via
@font-facein your theme’s CSS (Assets → theme.scss.liquid). -
Select from Shopify’s preloaded fonts under Online Store → Themes → Customize → Typography.
Full theme code access, which makes custom fonts easier to add, is only available on a paid plan.
To upload a font, you need to edit the theme’s code, but a trial theme does not allow code editing.