Skip to content

Commit

Permalink
feat: 新增预加载字体
Browse files Browse the repository at this point in the history
  • Loading branch information
xxss0903 committed Oct 11, 2024
1 parent 0b82c33 commit e7cdfb5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
font-family: 'FangSong_GB2312';
src: url('public/assets/FangSong_GB2312.otf');
}
@font-face {
font-family: 'SimFang';
src: url('public/assets/SIMFANG.TTF');
}
@font-face {
font-family: 'ArialMT';
src: url('public/assets/ArialMT.ttf');
}
</style>
</head>
<body>
Expand Down

0 comments on commit e7cdfb5

Please sign in to comment.