七牛云引入字体
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 4s

This commit is contained in:
2025-12-03 17:56:08 +08:00
parent 7b9e348cf6
commit 6136342c45

View File

@@ -1,25 +1,25 @@
@font-face {
font-family: "HarmonyOS";
src: url("../fonts/HarmonyOS_Sans_SC_Regular.ttf") format("truetype");
src: url("//ow.static.f2b211.com/static/fonts/HarmonyOS_Sans_SC_Regular.woff2") format("woff2");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "HarmonyOS-Bold";
src: url("../fonts/HarmonyOS_Sans_SC_Bold.ttf") format("truetype");
src: url("//ow.static.f2b211.com/static/fonts/HarmonyOS_Sans_SC_Bold.woff2") format("woff2");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "HarmonyOS-Medium";
src: url("../fonts/HarmonyOS_Sans_SC_Medium.ttf") format("truetype");
src: url("//ow.static.f2b211.com/static/fonts/HarmonyOS_Sans_SC_Medium.woff2") format("woff2");
font-weight: normal;
font-style: normal;
}
/* HarmonyOS-SemiBold1 */
@font-face {
font-family: "HarmonyOS-SemiBold";
src: url("../fonts/HarmonyOS_Sans_SC_Bold.ttf") format("truetype");
src: url("//ow.static.f2b211.com/static/fonts/HarmonyOS_Sans_SC_Bold.woff2") format("woff2");
font-weight: normal;
font-style: normal;
}