feat: 增加Manrope字体包

This commit is contained in:
rd
2025-07-14 09:46:16 +08:00
parent 7f5497eba5
commit 0ea2609c86
16 changed files with 37 additions and 36 deletions

View File

@ -674,7 +674,7 @@ onMounted(() => {
font-weight: 400;
line-height: 22px; /* 157.143% */
&.num {
font-family: 'HarmonyOS Sans SC';
font-family: $font-family-manrope-regular;
}
}
</style>

View File

@ -617,7 +617,7 @@ onMounted(() => {
font-weight: 400;
line-height: 22px; /* 157.143% */
&.num {
font-family: 'HarmonyOS Sans SC';
font-family: $font-family-manrope-regular;
}
}
:deep(.arco-tabs) {