feat:v1.4前端更新

This commit is contained in:
超凡
2025-06-24 14:43:09 +08:00
parent 0268aa5033
commit 35fec82e4a
1026 changed files with 118424 additions and 56490 deletions

19
app/static/fonts/font.css Normal file
View File

@@ -0,0 +1,19 @@
@font-face {
font-family: 'dinProSemiBold';
src: url('static/fonts/D-DIN-PRO-600-SemiBold.otf');
}
@font-face {
font-family: 'dinProRegular';
src: url('static/fonts/D-DIN-PRO-400-Regular.otf');
}
.semiBold{
font-family: 'dinProSemiBold';
}
.regular{
font-family: 'dinProRegular';
}
.pingFang{
font-family: 'PingFang SC, PingFang SC';
font-weight: 500;
}