This commit is contained in:
X1627315083@163.com
2026-05-13 11:10:33 +08:00
commit 16e8337b1f
44 changed files with 16667 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

20
public/fonts/index.css Normal file
View File

@@ -0,0 +1,20 @@
@font-face {
font-family: 'KaiseiOpti-Regular';
src: url('./KaiseiOpti-Regular.ttf') format('truetype');
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: 'KaiseiOpti-Regular';
src: url('./KaiseiOpti-Regular.ttf') format('truetype');
font-style: medium;
font-weight: 500;
}
@font-face {
font-family: 'KaiseiOpti-Bold';
src: url('./KaiseiOpti-Bold.ttf') format('truetype');
font-style: bold;
font-weight: 700;
}