How to Add Fonts to the Shopify Admin
I need to add custom fonts to the Shopify panel. I added the code in base.css, but they didn’t show up in the panel. How can i do this? @font-face { font-family: “Lexend”, sans-serif; src: url(‘{{ “Lexend-Light.woff2” | asset_url }}’) format(“woff2”), url(‘{{ “Lexend-Light.woff” | asset_url }}’) format(“woff”), url(‘{{ “Lexend-Light.ttf” | asset_url }}’) format(“truetype”); } @font-face… Read More How to Add Fonts to the Shopify Admin