How To Add a CUSTOM FONT To Your Shopify Store

How To Add a CUSTOM FONT To Your Shopify Store

 Have you ever wondered how to add custom font to Shopify? Now you can do it yourself with this Shopify tutorial. Make your store stand out with Shopify custom fonts.

Why Add Custom Shopify Font to Your Store?

One way to stand out from the other stores is by adding Shopify custom font. It’s a great strategy to build your brand and enhance the aesthetic appeal of your storefront. Make your store unique with custom fonts.

Choosing the Right Font(s) for Your Store

You’ll want to make sure the font you choose reflects who you are and what your business is. Don’t use fonts that are aesthetically pleasing but hard to read, as it will sap all of the value from your content. It’s best to go with slightly simpler fonts that are legible.

Avoid using more than three or four different fonts throughout your store. Too many fonts will give your store a cluttered, confusing feel. Also, you want the fonts you choose to mesh well with each other, even if they’re on different pages, so don’t pick fonts that are drastically different from each other. Instead, choose fonts that complement each other.

Use Unique Shopify Fonts to Draw Attention to Important Features

Want to advertise a sale? Showcase new products? Use customized fonts to highlight these items for your customers. You can guide your shoppers through your store just by using appropriate fonts to draw attention to what’s important.

Benefits Of Using Custom Shopify Font

  • Reflects your brand: build brand awareness using unique fonts in your store.
  • Allows your shoppers to connect emotionally to the content: when shoppers see a certain custom font, it often causes them to experience a particular feeling or mood. They connect to your store because they feel more immersed in the environment you’ve created.
  • Make your store eye-catching: add aesthetic appeal to your store with carefully selected fonts.

Tutorial

Below is a tutorial on shopify font upload. This tutorial will show you how to on Shopify add custom font. You will find such useful information as Shopify custom font 2020 and Shopify font change. Be sure to follow the steps exactly to ensure success.

Step 1   

Download the webfont version of your font. The font files must include at least the WOFF and WOFF2 file types (TTF or OTF are not a webfont file types).

Step 2  

From your Shopify Admin go to Online Store > Themes > next to the theme you want to edit click Actions > Edit Code. In the sidebar choose Assets > theme.scss.liquid. Scroll to the bottom of the file and paste the following code…

 @font-face {
font-family: "NAME OF FONT";
src: url("NAME-OF-FONT-FILE.woff2") format("woff2"),
url("NAME-OF-FONT-FILE.woff") format("woff");
}

Replace NAME OF FONT with the name of your font and NAME OF THE FONT FILE with the exact name (casesensitve with hyphens) of the font file on your computer.

Below this code also paste the following code…

  <p><span style="font-weight: 400;">yourcssselectorhere { font-family: "NAME OF FONT"!important; }</span></p> 

Step 3  

Go to the Assets folder and click Add a new asset. Upload each version of the font file one by one.

Step 4  

Now that the font is installed, using code we need to tell the theme what headings or text will use our new font. In a new browser tab go to your website and find the heading or text you want in this font, in this example it is a heading. Right-click on the words and select Inspect.

A window will pop up showing you the code of the site. Look in the right-hand column for the CSS code that is styling your heading. In the example above you will see on the left, highlighted in grey, the heading is an <h2> and on the right the CSS property selector for the heading is h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6. Click the property name and copy the text.

Go back to the browser tab with the theme code editor and open the theme.scss.liquid file again. Select the words that say "your CSS selector here" and paste what you have already copied. Then replace "NAME OF YOUR FONT" with the name you used before.

Save your changes, refresh your website and have a look at your custom font.

Conclusion

Adding custom shopify font to your theme has never been easier. Now you can upload custom font to Shopify. Adding custom font to Shopify will make your store more unique and eye-catching to your customers. Using the right combination of fonts can evoke certain emotions in your customer and potentially increase conversions. Plus, you can draw attention to the items you most want your customers to see.

Back to blog