Hi Folks, I am running into an issue deploying a new theme based on the SuiteCommerce Base Theme 2020.1. We are creating a brand new SCA 2020.1 website. I have fetched the base theme. I then deployed a new theme based on the base theme via the command “gulp theme:deploy --create”. When I activate the new theme, the Fontawesome fonts are corrupted. I squares in Chrome, and I see the following errors in Chrome console:
OTS parsing error: Failed to convert WOFF 2.0 font to SFNT
OTS parsing error: incorrect file size in WOFF header
OTS parsing error: incorrect entrySelector for table directory
Failed to decode downloaded font:
https://some.domain.com/sca/extensions/Vendor/MyTheme/1.0.0/fontawesome/fontawesome-webfont.ttf?v=4.7.0
I did a search in Google and it said the build process was corrupting the Fontawesome files, but this post was not related to SuiteCommerce.
Anyone run into this and know now to fix?