七牛云引入字体

This commit is contained in:
2025-12-03 17:56:08 +08:00
parent c91895f57f
commit 9db66b7429

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;
}