IconFont 图标 字体

   @font-face {font-family: 'iconfont';
src: url('iconfont.eot'); /* IE9*/
src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('iconfont.woff') format('woff'), /* chrome、firefox */
url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{
font-family:"iconfont" !important;
font-size:16px;font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;

-moz-osx-font-smoothing: grayscale;}


  <i class="iconfont">&#x345c;</i>




相关文章:

  • 2021-05-15
  • 2021-08-11
  • 2021-05-04
  • 2021-09-26
  • 2021-10-22
猜你喜欢
  • 2021-05-12
  • 2021-07-17
  • 2021-12-01
  • 2021-07-14
  • 2022-01-09
  • 2021-11-28
相关资源
相似解决方案