html添加字体文件

@font-face {
    font-family: 'ruanmeng';
    src: url(../ttf/ruanmeng.ttf) format('truetype');
}

使用

h1{
    font-family: 'ruanmeng';
}
程序宅男
原文地址:https://www.cnblogs.com/dreamcenter/p/13183971.html