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');
|
|
|
|
|
}
|
2025-08-22 11:48:41 +08:00
|
|
|
|
|
|
|
|
.font-family-regular {
|
2025-09-09 14:08:54 +08:00
|
|
|
font-family: $font-family-regular !important;
|
2025-08-22 11:48:41 +08:00
|
|
|
}
|
|
|
|
|
.font-family-medium {
|
2025-09-09 14:08:54 +08:00
|
|
|
font-family: $font-family-medium !important;
|
2025-08-22 11:48:41 +08:00
|
|
|
}
|
|
|
|
|
.font-family-light {
|
2025-09-09 14:08:54 +08:00
|
|
|
font-family: $font-family-light !important;
|
2025-08-22 11:48:41 +08:00
|
|
|
}
|
|
|
|
|
.font-family-bold {
|
2025-09-09 14:08:54 +08:00
|
|
|
font-family: $font-family-bold !important;
|
2025-08-22 11:48:41 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.font-family-manrope-regular {
|
2025-09-09 14:08:54 +08:00
|
|
|
font-family: $font-family-manrope-regular !important;
|
2025-08-22 11:48:41 +08:00
|
|
|
}
|
|
|
|
|
.font-family-manrope-medium {
|
2025-09-09 14:08:54 +08:00
|
|
|
font-family: $font-family-manrope-medium !important;
|
2025-08-22 11:48:41 +08:00
|
|
|
}
|
|
|
|
|
.font-family-manrope-bold {
|
2025-09-09 14:08:54 +08:00
|
|
|
font-family: $font-family-manrope-bold !important;
|
2025-08-22 11:48:41 +08:00
|
|
|
}
|
|
|
|
|
.font-family-manrope-semiBold {
|
2025-09-09 14:08:54 +08:00
|
|
|
font-family: $font-family-manrope-semiBold !important;
|
2025-08-22 11:48:41 +08:00
|
|
|
}
|