Hi @oneshot
You have uploaded the fonts to assets but to fetch the fonts you need to add below CSS code to theme.liquid
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:
@font-face CSS code above the closing </head> tagFollow-up Issues:
Status: The discussion remains open with troubleshooting ongoing for proper font implementation and referencing.
Hi @oneshot
You have uploaded the fonts to assets but to fetch the fonts you need to add below CSS code to theme.liquid