Skip to main content

font_url

font | font_url
returns string

Returns the CDN URL for the provided font in woff2 format.

{{ settings.type_header_font | font_url }}

Output

//polinas-potent-potions.myshopify.com/cdn/fonts/assistant/assistant_n4.9120912a469cad1cc292572851508ca49d12e768.woff2
font | font_url: string

By default, the font_url filter returns the CDN URL for the font in woff2 format. However, you can also choose woff format.

{{ settings.type_header_font | font_url: 'woff' }}

Output

//polinas-potent-potions.myshopify.com/cdn/fonts/assistant/assistant_n4.6e9875ce64e0fefcd3f4446b7ec9036b3ddd2985.woff
Was this page helpful?