Files
lingji-work-fe/src/styles/font.scss

31 lines
776 B
SCSS
Raw Normal View History

2025-07-11 14:57:23 +08:00
// @font-face {
// font-family: $font-family-regular;
2025-07-11 14:57:23 +08:00
// src: url('@/assets/fonts/Alibaba-PuHuiTi-Regular.woff2') format('woff2');
// font-display: swap;
// }
2025-07-01 14:34:16 +08:00
2025-07-11 14:57:23 +08:00
// @font-face {
// font-family: $font-family-medium;
2025-07-11 14:57:23 +08:00
// src: url('@/assets/fonts/Alibaba-PuHuiTi-Medium.woff2') format('woff2');
// font-display: swap;
// }
2025-07-01 14:34:16 +08:00
2025-07-11 14:57:23 +08:00
// @font-face {
// font-family: 'PuHuiTi-Bold';
// src: url('@/assets/fonts/Alibaba-PuHuiTi-Bold.woff2') format('woff2');
// font-display: swap;
// }
2025-07-01 14:34:16 +08:00
2025-07-11 14:57:23 +08:00
// // 使用统一的字体族名
// .font-family-puhui-regular {
// font-family: $font-family-regular !important;
2025-07-11 14:57:23 +08:00
// }
2025-07-10 11:05:00 +08:00
2025-07-11 14:57:23 +08:00
// .font-family-puhui-medium {
// font-family: $font-family-medium !important;
2025-07-11 14:57:23 +08:00
// }
2025-07-10 11:05:00 +08:00
2025-07-11 14:57:23 +08:00
// .font-family-puhui-bold {
// font-family: 'PuHuiTi-Bold' !important;
// }