perf: 优化template-admin-ts自带样式导入逻辑
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
// @font-face {
|
||||
// font-family: 'PuHuiTi-Regular';
|
||||
// font-family: $font-family-regular;
|
||||
// src: url('@/assets/fonts/Alibaba-PuHuiTi-Regular.woff2') format('woff2');
|
||||
// font-display: swap;
|
||||
// }
|
||||
|
||||
// @font-face {
|
||||
// font-family: 'PuHuiTi-Medium';
|
||||
// font-family: $font-family-medium;
|
||||
// src: url('@/assets/fonts/Alibaba-PuHuiTi-Medium.woff2') format('woff2');
|
||||
// font-display: swap;
|
||||
// }
|
||||
@ -18,11 +18,11 @@
|
||||
|
||||
// // 使用统一的字体族名
|
||||
// .font-family-puhui-regular {
|
||||
// font-family: 'PuHuiTi-Regular' !important;
|
||||
// font-family: $font-family-regular !important;
|
||||
// }
|
||||
|
||||
// .font-family-puhui-medium {
|
||||
// font-family: 'PuHuiTi-Medium' !important;
|
||||
// font-family: $font-family-medium !important;
|
||||
// }
|
||||
|
||||
// .font-family-puhui-bold {
|
||||
|
||||
Reference in New Issue
Block a user