2021年3月23日 星期二

 1. HTML先引入google fonts

<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
      rel="stylesheet">

2. 在要插入圖示位置

<span class="material-icons">face</span>

不同大小 <span class="material-icons md-48">face</span>

不同顏色 <span class="material-icons orange600">face</span>


參考資料:https://google.github.io/material-design-icons/#icon-font-for-the-web


0 意見: