Why can't I upload a custom font to my theme?

Hi there,

I’m trying to upload a custom font to my theme but seems that something is still missing. This is what I have so far:

I would appreciate it if anyone can provide some feedback and see if there’s maybe an error in the code or am I missing something else?

When I try to find the font in the Theme Settings is not there:

Thanks!

1 Like

@EthanSuero

can you please upload all font type TTF, OTF, WOFF, WOFF2, SG

and sorry shopiyf font picker doesn’t’ allow to custom font you have change manual

I can upload further font types that should not be a problem. But how can I change the font manually as you say then?

Thank you

1 Like

@EthanSuero

yes you can change font family manual

Hi @KetanKumar , I understand that, but how can I do it?

Could you help me with the code I need to change the headings, body text, links, etc, please?

1 Like

@EthanSuero

yes, please give me store url

1 Like

https://info-1226.myshopify.com/

1 Like

@EthanSuero

thanks but your store password protect

Whoops, sorry, you can use this PW in the meantime mystore01

1 Like

@EthanSuero

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
body, input, textarea, button, select, h1, .h1, .h1--mini, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 
{
font-family: 'VanguardCF-Bold';
}
1 Like

That does seem to work!

In case I need to upload other font files I simply need to follow the same steps and target the elements using the CSS properties I suppose?

1 Like

@EthanSuero

its my pleasure to help us