私のプロジェクトでMaterial Design Iconsを使用しようとしています。ページを正常に作成できますが、materializecss
documentationに記載されているi
タグを使用してページにアイコンを追加すると、そのクラスのデフォルトパスはfont/material-design-icons/allFOntsfileshere
になります。問題は、これらを追加すると、私のブラウザは「制限されたアクセス」を続けているということです。Asp.net core 1.1素材デザインアイコン
<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>