feat: 引入字体DEMO

This commit is contained in:
菲鸽
2024-01-30 20:46:54 +08:00
parent 77343b26b1
commit a883d015c7
3 changed files with 10 additions and 1 deletions

Binary file not shown.

View File

@@ -2,3 +2,12 @@
margin-top: 4px;
color: red;
}
@font-face {
font-family: TiTi;
src: url('./PangMenZhengDaoBiaoTiTi-1.ttf');
}
.titi {
font-family: TiTi, Arial, sans-serif;
}