@font-face{ font-family: ‘syht‘;//此处定义字体引用名 src:url(‘assets/SOURCEHANSANSCN-NORMAL_0.OTF‘); font-weight: normal; font-style: normal; } body { font-family: ‘syht‘; //使用字体引用名 }
css使用font-face
原文:https://www.cnblogs.com/25miao/p/12096854.html