学习日记--移动端字体解决办法()

参考材料:https://www.jianshu.com/p/85d4f01f68d8

Material + Icon的使用方法

下载Icon+css文件http://fonts.googleapis.com/icon?family=Material+Icons

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v43/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

引入demo.css文件或者引入 刚刚你下载的文件 或者直接引入

posted @ 2022-12-06 22:20  轻风细雨_林木木  阅读(6)  评论(0编辑  收藏  举报