font_ url
{{ settings.type_header_font | font_url }}
Code
{{ settings.type_header_font | font_url }}Data
{
"settings": {
"type_header_font": {}
}
}Output
//polinas-potent-potions.myshopify.com/cdn/fonts/assistant/assistant_n4.9120912a469cad1cc292572851508ca49d12e768.woff2
Output
//polinas-potent-potions.myshopify.com/cdn/fonts/assistant/assistant_n4.9120912a469cad1cc292572851508ca49d12e768.woff2Anchor to woff format
woff format
font | font_url: string
By default, the 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' }}
Code
{{ settings.type_header_font | font_url: 'woff' }}Data
{
"settings": {
"type_header_font": {}
}
}Output
//polinas-potent-potions.myshopify.com/cdn/fonts/assistant/assistant_n4.6e9875ce64e0fefcd3f4446b7ec9036b3ddd2985.woff
Output
//polinas-potent-potions.myshopify.com/cdn/fonts/assistant/assistant_n4.6e9875ce64e0fefcd3f4446b7ec9036b3ddd2985.woffWas this page helpful?