I want to just add it to the font list, not to put it directly on the store
and also if possible to answer this other question, is there any way to switch fonts mid sentence in Shopify? so a part of the sentence will be on one font and the other part of the sentence on another font
This is the font: https://cdn.shopify.com/s/files/1/0718/8270/3022/files/FontsFree-Net-Dream-Avenue.woff2?v=1762892474
this is the store link: https://ykhtjb-dk.myshopify.com/
this is the store pass: bensofek
When you bought this store?
Hey pal @Bresh_store !
- We’ve checked your sites and we saw that you have already added the font to your font list:
- You can use this code to switch fonts mid sentence in Shopify:
<span style={{ fontFamily: 'Arial' }}>
Font 1 <span style={{ fontFamily: 'FontsFree-Net-Dream-Avenue' }}>Font 2</span>
</span>
This will use the font you’ve already added for just that part of the sentence.
Hope this helps!
