I'm trying to use Material Design Icons in my project. I'm able to make a page successfully, but when I add icons to the page using i
tags as described in materializecss
documentation their class have the default path i.e. in font/material-design-icons/allFOntsfileshere
. The problem is that when I add these my browser keeps saying "restricted access".
<div class="row margin">
<div class="input-field col s12">
<i class="mdi-social-person-outline prefix"></i>
<input id="MobileNumber" type="text">
<label for="MobileNumber" class="center-align indigo-text darken-2">
Mobile Number
</label>
</div>
</div>