How can I add Adobe fonts to my Sense theme?

I was wanting to add an adobe font to my sense theme. I need to find the variable to change it, but can not seem to find the variables listed throughout the files. Can anyone help please?

@ValerieLynn

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi @ValerieLynn ,

First you need to upload it in Assets.

Then you go to the file layout/theme.liquid and add the code: https://i.imgur.com/Fdf5Ab4.png

@font-face {
font-family: 'fontname';
src: url('{{ 'fontname.woff' | asset_url }}') format('woff'),
font-weight: normal;
font-style: normal;
font-display: swap;
}

At the end you just need to get fontname, it will work fine.

Hope it helps!

but how do you upload adobe fonts if they don’t allow you to download them in the first place?

@Marychi

oh sorry, you have upload your font assets or file manager