版本更新

This commit is contained in:
Zhang.WH
2025-09-03 15:54:41 +08:00
parent 0b93d16b64
commit 8f82322d10
3290 changed files with 154339 additions and 23829 deletions

View File

@@ -0,0 +1,48 @@
/* 鸿蒙字体定义 */
@font-face {
font-family: 'HarmonyOS Sans';
src: url('../fonts/HarmonyOS_Sans_Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'HarmonyOS Sans';
src: url('../fonts/HarmonyOS_Sans_Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'HarmonyOS Sans';
src: url('../fonts/HarmonyOS_Sans_Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'HarmonyOS Sans';
src: url('../fonts/HarmonyOS_Sans_Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'HarmonyOS Sans';
src: url('../fonts/HarmonyOS_Sans_Thin.ttf') format('truetype');
font-weight: 100;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'HarmonyOS Sans';
src: url('../fonts/HarmonyOS_Sans_Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}