2025-07-14 09:46:16 +08:00
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Manrope-Regular';
|
|
|
|
|
src: url('@/assets/fonts/Manrope-Regular.ttf');
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Manrope-Medium';
|
|
|
|
|
src: url('@/assets/fonts/Manrope-Medium.ttf');
|
|
|
|
|
}
|
2025-07-01 14:34:16 +08:00
|
|
|
|
2025-07-14 09:46:16 +08:00
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Manrope-Bold';
|
|
|
|
|
src: url('@/assets/fonts/Manrope-Bold.ttf');
|
|
|
|
|
}
|
2025-07-01 14:34:16 +08:00
|
|
|
|
2025-07-14 09:46:16 +08:00
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Manrope-SemiBold';
|
|
|
|
|
src: url('@/assets/fonts/Manrope-SemiBold.ttf');
|
|
|
|
|
}
|