The source of font can't be loaded which causes the page to load very slowly.
This is the same problem on your website.
You can use font packages material-design-icons-iconfont and roboto-fontface instead of google CND
And then simply include in your main js file
import 'roboto-fontface/css/roboto/sass/roboto-fontface.scss'
import 'material-design-icons-iconfont/dist/material-design-icons.scss'
Thanks ! @Samuell1 You solved my problem.
Most helpful comment
You can use font packages
material-design-icons-iconfontandroboto-fontfaceinstead of google CNDAnd then simply include in your main js file