admin backend icon fonts missing
Open up app/etc/di.xml
find the path
Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink
and replace it with
Magento\Framework\App\View\Asset\MaterializationStrategy\Copy
Note: Remove entire files and folder under pub/static except .htaccess
It seems that some css and fonts files are not generated properly. You need to do the folowing
- Remove
pub/static
- Remove
var/cache
- Remove
var/composer_home
- Remove
var/generation
- Remove
var/page_cache
- Remove
var/view_preprocessed
- run
php bin/magento setup:static-content:deploy
Open up app/etc/di.xml
find the path
Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink
and replace it with
Magento\Framework\App\View\Asset\MaterializationStrategy\Copy
Then go to var\cache
this folder remove all file