Shopify themes, liquid, logos, and UX
Hello, I am trying to upload custom fonts to my asset folder in the code editor but it is not working. The font files are in woff and woff2 format. When I add the file and click "Done" nothing is happening. The pop-up is in a continuous loading loop.
I am using the Be Yours theme.
Any guidance would be helpful. Thank!
You need to upload the font file in content
then copy url of file and then go to online store -> edit code then look for theme.css or app.css file and paste this code there
@font-face {
font-family: 'Font-Name';
src: url('the-copied-url');
}
and then you will be able to use this font where ever you want
Also make sure it's out of the zip file. Just made that mistake lol.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025