Using Adobe Fonts

The great thing about actually paying for Adobe Creative Cloud is the access of a pretty large repository of fonts. To add an fonts from Adobe:

In fonts.adobe.com:

  1. Add fonts into a web project
  2. Copy the Embed project link, which will look like <link rel="stylesheet"...

In Shopify:

  1. Online Store > Themes > ⋯ (current theme) > Edit code

  2. Go to theme.liquid file and add the copied link to the <head> tag

    Untitled 6.png

  3. Go to Assets > base.css and add the following lines to the very end of the file:

    :root {
      --font-body-family: "[font name]", sans-serif;
      --font-heading-family: "[font name]", sans-serif;
    }

    Replace the "[font name]" with your web project’s font name.

Custom font

  1. Add font files into Content > Files section in Admin