Error at checkout in theme.liquid......how do i fix it?

Topic summary

A user encountered an error in their theme.liquid file related to checkout functionality. The posted code snippet shows font preloading directives for body and header fonts, but appears corrupted or reversed in the second section. The reversed/garbled text suggests either a copy-paste error, encoding issue, or accidental text manipulation. The user is seeking help to identify and fix the problem causing the checkout error, though the connection between the font preloading code and the checkout issue isn’t explicitly explained in the available context.

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

{%- unless settings.type_body_font.system? -%}

{%- endunless -%}
{%- unless settings.type_header_font.system? -%}

{%- endunless -%}