Hi, I am struggling to understand why it is so difficult to add a custom font for use on different sections of my shopify page. It doesn’t seem like it should be that difficult. Is there something I am missing? Any advice on how to add custom fonts would be greatly appreciated!
Hi @lttls_grv
First upload fonts files in assets.
Then in css.liquid file get font with {{ ‘font name’ | asset_url }}
Hope this could help you