If you have your custom font added as an asset on shopify you can use the below font to theme.liquid file {% unless settings.custom_font.system? -%}
<link rel="preload" href="{{ 'your-font-here.woff2' | asset_url }}" as="font" type="font/woff2" cr...