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' [] []

2 REPLIES 2

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.

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

The “unable to resolve the source file for font file” error in Magento 2.3.5 CE often relates to static content deployment issues. Try running php bin/magento setup:static-content:deploy -f, then clear cache and reindex. Also, check folder permissions and make sure your theme paths are correctly set.

After a long debugging session, I usually reward myself with a good meal—something like a cookout plate stacked with BBQ, coleslaw, and fries. It's a solid way to recharge after chasing down Magento errors all day!