对接数据

This commit is contained in:
2025-10-24 15:45:38 +08:00
parent 672a2f4c90
commit d3375a347f
138 changed files with 16904 additions and 1026 deletions

42
styles/font.scss Normal file
View File

@ -0,0 +1,42 @@
@font-face {
font-family: 'Poppins-Bold';
src: url('/static/font/Poppins-Bold.otf') format('opentype');
font-weight: normal;
font-display: swap;
}
@font-face {
font-family: 'Poppins-Regular';
src: url('/static/font/Poppins-Regular.otf') format('opentype');
font-weight: normal;
font-display: swap;
}
@font-face {
font-family: 'Poppins-Light';
src: url('/static/font/Poppins-Light.otf') format('opentype');
font-weight: normal;
font-display: swap;
}
@font-face {
font-family: 'Poppins-Medium';
src: url('/static/font/Poppins-Medium.otf') format('opentype');
font-weight: normal;
font-display: swap;
}
@font-face {
font-family: 'Poppins-SemiBold';
src: url('/static/font/Poppins-SemiBold.otf') format('opentype');
font-weight: normal;
font-display: swap;
}
@font-face {
font-family: 'Poppins-ExtraBold';
src: url('/static/font/Poppins-ExtraBold.otf') format('opentype');
font-weight: normal;
font-display: swap;
}