Hello guys!
Could somebody help me out on how I can add my own font type to shopify?
Thank you in advance!
Hello guys!
Could somebody help me out on how I can add my own font type to shopify?
Thank you in advance!
did you explain what do you mean by own font type?
and also theme name and url of store
Yes, I can explain - I mean any font from the web, for instance I am trying to upload Mons Olympia font.
My theme: Dawn
Link to the store: goldenlifters.com
Thank you for your reply!
sure here are steps for uploading the fonts
step 1 : Download the woff type of the required font.
step 2: in files upload the woff file and copy the url
step 3. create snippet withe following code
@font-face {
font-family: ‘Sequoia’;
src: url("https://cdn.shopify.com/s/files/1/0718/9970/9739/files/Sequoia.woff?v=1676384691") format(“woff”);
}
(paste the link that you copy from files)
step 4: Snippet that you create add it to the theme.liquid
like
{% render ‘name of snippit’ %}
step5: call the class where you want to add font like below example
if you want to apply on all over the store instead of specific headings then in theme.liquid search the --root where font it used