mdn-web字体

web字体

  • 语法
@font-face {
font-family:"myFont";
src:url("myFont.ttf");
}
html{
font-family:"myFont", serif;
}
  • 字体格式
    woff:web open font format
    otf:open type fonts
    ttf:true type fonts
  • 查找字体
  1. 免费:font squirrel,dafont。
  2. 生成所需代码 webfont generator

使用在线字体服务



你可能感兴趣的:(mdn学习)