@font-face {
    font-family: '字体名';
    src: url('字体名.eot'); /* IE9 兼容模式 */
    src: url('字体名.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
             url('字体名.woff') format('woff'), /* 现代浏览器 */
             url('字体名.ttf')  format('truetype'), /* Safari, Android, iOS */
             url('字体名.svg#grablau') format('svg'); /* Legacy iOS */
   }

相关文章:

  • 2021-06-08
  • 2022-01-08
  • 2022-12-23
  • 2022-03-06
  • 2021-07-20
  • 2021-10-09
  • 2021-08-27
猜你喜欢
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2022-02-16
  • 2022-01-19
  • 2021-12-06
相关资源
相似解决方案