cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to resolve the source file for font file error in magento 2.3.5 CE

Unable to resolve the source file for font file error in magento 2.3.5 CE

[2020-05-01 17:29:53] main.ERROR: Unable to resolve the source file for 'adminhtml/Magento/backend/en_US/Ced_CsMarketplace/fonts/glyphter.woff2' [] []
[2020-05-01 17:29:53] main.CRITICAL: Unable to resolve the source file for 'adminhtml/Magento/backend/en_US/Ced_CsMarketplace/fonts/glyphter.woff2' [] []
[2020-05-01 17:29:54] main.ERROR: Unable to resolve the source file for 'adminhtml/Magento/backend/en_US/Ced_CsMarketplace/fonts/glyphter.woff' [] []
[2020-05-01 17:29:54] main.CRITICAL: Unable to resolve the source file for 'adminhtml/Magento/backend/en_US/Ced_CsMarketplace/fonts/glyphter.woff' [] []

1 REPLY 1

Re: Unable to resolve the source file for font file error in magento 2.3.5 CE

To resolve the "Unable to resolve the source file for font file" error in Magento 2.3.5 CE:

  1. Verify File Path: Ensure font file paths in your theme match the actual structure (usually in web/fonts).
  2. Deploy Static Content: Run php bin/magento setup:static-content:deploy.
  3. Clear Cache: Use php bin/magento cache:flush.
  4. Check Permissions: Ensure pub/static directory permissions are correct.
  5. Unicode Converter: Use Unicode text converter, Unitextify, for unsupported characters if needed.