How can I customize fonts in the Express Theme?

Hello, I’m trying to customize a font on the Express Theme but I can’t find the theme.scss.liquid file in the Assets folder to add a custom font code. Is there another file I can use to do it? Thanks

Hi @daniilsergeev ,

Path for Theme.scss.liquid file

Online Store->Theme->Edit code->Assets->theme.scss.liquid

Which fonts you are implementing ?

may be there should be other css in your store. Check the custom css file or else. try to add another css file which work for store.

1 Like

Hi @daniilsergeev ,

Go to Assets > theme.min.css file. Here you can change the CSS, but if you want add fonts, please go to snippets > css-variables.liquid file.

Hope it helps!

1 Like

Hi @daniilsergeev ,

I saw you liked my answer. If it helped you solve your issue, please mark it as a solution. Thank you and good luck.