feat: 添加 HarmonyOS Sans SC 字体
This commit is contained in:
BIN
src/assets/fonts/HarmonyOS_Sans_SC_Bold.ttf
Normal file
BIN
src/assets/fonts/HarmonyOS_Sans_SC_Bold.ttf
Normal file
Binary file not shown.
BIN
src/assets/fonts/HarmonyOS_Sans_SC_LICENSE.txt
Normal file
BIN
src/assets/fonts/HarmonyOS_Sans_SC_LICENSE.txt
Normal file
Binary file not shown.
BIN
src/assets/fonts/HarmonyOS_Sans_SC_Regular.ttf
Normal file
BIN
src/assets/fonts/HarmonyOS_Sans_SC_Regular.ttf
Normal file
Binary file not shown.
11
src/assets/fonts/index.css
Normal file
11
src/assets/fonts/index.css
Normal file
@@ -0,0 +1,11 @@
|
||||
@font-face {
|
||||
font-family: "HarmonyOS Sans SC";
|
||||
font-weight: normal;
|
||||
src: url("./HarmonyOS_Sans_SC_Regular.ttf");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "HarmonyOS Sans SC";
|
||||
font-weight: bold;
|
||||
src: url("./HarmonyOS_Sans_SC_Bold.ttf");
|
||||
}
|
Reference in New Issue
Block a user