Warns against using deprecated fonts in config/settings_data.json.
Anchor to Validation on deprecated fontsValidation on deprecated fonts
You'll get a warning if you use a deprecated font in your settings_data.json schema settings. To resolve the warning, use a handle for a font from Shopify's library.
Anchor to ✗ Fail✗ Fail
In the following example, the deprecated font helvetica_n4 is used in the live current settings, in a preset's top-level settings, and in a deeply nested preset block setting.
This example is not exhaustive. The check applies to any string value in config/settings_data.json that matches a deprecated font handle.
Anchor to OptionsOptions
The following example contains the default configuration for this check:
| Parameter | Description |
|---|---|
enabled | Whether this check is enabled. |
severity | The severity of the check. |
Anchor to Disabling this checkDisabling this check
Disabling this check isn't recommended because using deprecated fonts in settings_data.json may lead to unexpected behavior in future Shopify updates. These deprecated font settings are being phased out in favor of the new font system, and themes that continue to use them may experience styling issues or broken functionality when the deprecated features are eventually removed.