How can I add custom fonts to the Symmetry theme?

Topic summary

A user uploaded custom fonts to their Symmetry theme’s assets folder but cannot select them from the font library in the theme editor.

Proposed Solution:
Multiple respondents suggest adding CSS code to the theme.liquid file, specifically above the </head> tag, using @font-face declarations to properly register the custom fonts.

Implementation Steps:

  1. Navigate to Online Stores > Themes > Actions > Edit code
  2. Open theme.liquid file
  3. Insert @font-face CSS code above the closing </head> tag
  4. Reference the uploaded font files (both .woff and .woff2 formats recommended)

Follow-up Issues:

  • One user successfully added the code but the custom font isn’t loading—defaults to Times New Roman instead when called via Custom CSS in content blocks
  • Questions remain about how to properly reference the custom font family in various theme sections like headers and navigation

Status: The discussion remains open with troubleshooting ongoing for proper font implementation and referencing.

Summarized with AI on November 8. AI used: claude-sonnet-4-5-20250929.

Hi @oneshot
You have uploaded the fonts to assets but to fetch the fonts you need to add below CSS code to theme.liquid