theme-tools
theme-tools copied to clipboard
The AssetPreload check suggests using `preload_tag` on `font_url` assets, which is not supported
Describe the bug
The AssetPreload check suggests using the preload_tag
tag for a font url but preload_tag
does not support font_url
Expected
The AssetPreload check should not suggest using preload_tag
when the asset’s URL is not supported
Actual
The AssetPreload check suggests using preload_tag
when the asset’s URL is not supported
Stack trace N/A
Debugging information
- OS Mac
- Version 1.11.0
Additional context