一、下载字体文件
二、使用
@font-face { font-family: fontname; src: url("./font/fontfile.ttf"); } .div { font-family: fontname; }
css服务端字体
原文:https://www.cnblogs.com/linding/p/13278728.html