后期修改完善,上线版本

This commit is contained in:
2025-11-12 18:11:11 +08:00
parent c54f9c9976
commit 8f57683dd5
98 changed files with 2110 additions and 867 deletions

View File

@ -1,42 +1,36 @@
@font-face {
font-family: 'Poppins-Bold';
src: url('/static/font/Poppins-Bold.otf') format('opentype');
font-weight: normal;
font-display: swap;
src: url('../static/font/Poppins-Bold.otf') format('opentype');
font-weight: 700 !important;
}
@font-face {
font-family: 'Poppins-Regular';
src: url('/static/font/Poppins-Regular.otf') format('opentype');
font-weight: normal;
font-display: swap;
src: url('../static/font/Poppins-Regular.otf') format('opentype');
font-weight: 400 !important;
}
@font-face {
font-family: 'Poppins-Light';
src: url('/static/font/Poppins-Light.otf') format('opentype');
font-weight: normal;
font-display: swap;
src: url('../static/font/Poppins-Light.otf') format('opentype');
font-weight: 300 !important;
}
@font-face {
font-family: 'Poppins-Medium';
src: url('/static/font/Poppins-Medium.otf') format('opentype');
font-weight: normal;
font-display: swap;
src: url('../static/font/Poppins-Medium.otf') format('opentype');
font-weight: 500 !important;
}
@font-face {
font-family: 'Poppins-SemiBold';
src: url('/static/font/Poppins-SemiBold.otf') format('opentype');
font-weight: normal;
font-display: swap;
src: url('../static/font/Poppins-SemiBold.otf') format('opentype');
font-weight: 600 !important;
}
@font-face {
font-family: 'Poppins-ExtraBold';
src: url('/static/font/Poppins-ExtraBold.otf') format('opentype');
font-weight: normal;
font-display: swap;
src: url('../static/font/Poppins-ExtraBold.otf') format('opentype');
font-weight: 800 !important;
}