20210330web前端

web字体图标库
icomoon.io

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?luu64u');
  src:  url('fonts/icomoon.eot?luu64u#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?luu64u') format('truetype'),
    url('fonts/icomoon.woff?luu64u') format('woff'),
    url('fonts/icomoon.svg?luu64u#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon-home:before {
  content: "\e900";
}
.icon-music:before {
  content: "\e911";
}
<h1 class="icon-home">WEB字体图标</h1>
posted @ 2021-03-30 21:34  忆清鸣  阅读(37)  评论(0)    收藏  举报