You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FontsAwesome's fonts are not loaded, and so icons on toolbar are not rendered
Here the errors in the browser's console:
Resource interpreted as Font but transferred with MIME type text/html: "http://.../_debugbar/fonts/fontawesome-webfont.woff2?v=4.3.0".page:1
Resource interpreted as Font but transferred with MIME type text/html: "http://.../_debugbar/fonts/fontawesome-webfont.woff?v=4.3.0".page:1
Resource interpreted as Font but transferred with MIME type text/html: "http://.../_debugbar/fonts/fontawesome-webfont.ttf?v=4.3.0".
The raw DebugBar and Slim are working fine together, no fonts problem.
Any advice ?
Regards
Andrea
The text was updated successfully, but these errors were encountered:
I have enabled the following php extension in the php.ini config file
extension=php_fileinfo.dll
Then a new error is shown in the browser console;
GET: .../fontawesome-webfont.woff2?v=4.3.0
That font is missing from the DebugBar package too (but there is no error with that package)
So I have downloaded the fonts-awesome zip archive from the web.
Then I have extracted the missing font in the DebugBar's fonts path (inside the vendor folder).
Hi
FontsAwesome's fonts are not loaded, and so icons on toolbar are not rendered
Here the errors in the browser's console:
The raw DebugBar and Slim are working fine together, no fonts problem.
Any advice ?
Regards
Andrea
The text was updated successfully, but these errors were encountered: