Shopify themes, liquid, logos, and UX
How to download a font to Shopify?
Hi @Anastasi02,
Since the question is not clear, I assume you want to download fonts for Shopify online store. If you want to download fonts for Shopify online store, the steps are as follows:
1. Prepare font file, you can download font from google font or create your own font file, convert font files to woff or woff2 format, this is required
2. In Online store, select Themes -> More -> Edit code
3. Select Assets -> Add a new asset and add font files
After adding font files, new files will appear
4. In base.css, scroll to the bottom of the file and add the following code
@font-face { font-family: "Roboto-Black"; src: url("{{ 'Roboto-Black' | asset_url }}") format("woff2"); }
Note that the font name must be the same as the file name and the format must be the same as the font file format
You can then apply the font to any element
Example H1
h1{ font-family: "Roboto-Black" }
Click Save to save the changes
Change font file format https://cloudconvert.com/
Hope it helps @Anastasi02
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
For B2B solutions and custom pricing, check out B2B Solution & Custom Pricing |
For adding product labels/badges, visit Product Labels by BSS
BSS Commerce - Shopify Apps & Store Development Service Provider
Hire a Shopify expert | Shopify Plus Store Development
User | RANK |
---|---|
217 | |
165 | |
65 | |
54 | |
53 |
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023