Remove Custom Font

Hello, i had a custon font installed by a developer in Octover 2024 and i would now like to have it removed and use a shopify font. Could i please get some assistance with this?

Hi @info_15803
Could you please share your website and include a screenshot to show which font section should be removed?

This is usually a simple fix. If the custom font was added through theme code, it just needs to be removed from the theme files and replaced with a standard Shopify font in the theme settings. The safest approach is to make a backup of your theme, then check the theme.liquid or CSS files for the custom font code and remove it. After that, you can select a Shopify font from Online Store → Themes → Customize → Typography. If you’re not comfortable editing code, a Shopify expert or the original developer can do this quickly without affecting your store.

@info_15803 you will need to check font code added in css file, remove or comment that code and then remove the font files from content/assets folder.

If you find it difficult then I can check it for you, I will need collab code to send access request.

Hi @info_15803 ,
Your custom font was likely added via theme code (CSS + font files). To switch back to a Shopify font:

Steps:

  1. Go to Online Store → Themes → … → Edit code
  2. Check Assets for custom font files (.woff, .woff2, .ttf)
  3. Open base.css / theme.css and remove any @font-face rules using that font
  4. Search the code for the custom font name and remove it
  5. Go to Theme settings → Typography and select a Shopify system or Google font

After this, your store will use Shopify’s native fonts again.