It does not redirect as expected. To fix that need to download apache and mangle with config + add to htaccess rule for fonts, so change RewriteCond %{REQUEST_URI} !.(gif|jpe?g|png|css|svg|wav|mp3|js)$ to RewriteCond %{REQUEST_URI} !.(gif|jpe?g|png|css|svg|wav|mp3|js|ttf|woff)$
It does not redirect as expected. To fix that need to download apache and mangle with config + add to htaccess rule for fonts, so change RewriteCond %{REQUEST_URI} !.(gif|jpe?g|png|css|svg|wav|mp3|js)$ to RewriteCond %{REQUEST_URI} !.(gif|jpe?g|png|css|svg|wav|mp3|js|ttf|woff)$