首先准备好字体包
新建一个css引入字体
@font-face {
font-family: "fangsong";
src: url('./fangsong.ttf');
font-weight: normal;
font-style: normal;
}
然后main里面引入一下
使用的时候:
ok~~
首先准备好字体包
新建一个css引入字体
@font-face {
font-family: "fangsong";
src: url('./fangsong.ttf');
font-weight: normal;
font-style: normal;
}
然后main里面引入一下
使用的时候:
ok~~