diff --git a/napcat.webui/public/fonts/harmony/HarmonyOS_Sans_SC_Black.ttf b/napcat.webui/public/fonts/harmony/HarmonyOS_Sans_SC_Black.ttf deleted file mode 100755 index 824b3d40..00000000 Binary files a/napcat.webui/public/fonts/harmony/HarmonyOS_Sans_SC_Black.ttf and /dev/null differ diff --git a/napcat.webui/public/fonts/harmony/HarmonyOS_Sans_SC_Light.ttf b/napcat.webui/public/fonts/harmony/HarmonyOS_Sans_SC_Light.ttf deleted file mode 100755 index 8cfbc9d8..00000000 Binary files a/napcat.webui/public/fonts/harmony/HarmonyOS_Sans_SC_Light.ttf and /dev/null differ diff --git a/napcat.webui/public/fonts/harmony/HarmonyOS_Sans_SC_Medium.ttf b/napcat.webui/public/fonts/harmony/HarmonyOS_Sans_SC_Medium.ttf deleted file mode 100755 index 350f6a00..00000000 Binary files a/napcat.webui/public/fonts/harmony/HarmonyOS_Sans_SC_Medium.ttf and /dev/null differ diff --git a/napcat.webui/public/fonts/harmony/HarmonyOS_Sans_SC_Thin.ttf b/napcat.webui/public/fonts/harmony/HarmonyOS_Sans_SC_Thin.ttf deleted file mode 100755 index 6a58b15b..00000000 Binary files a/napcat.webui/public/fonts/harmony/HarmonyOS_Sans_SC_Thin.ttf and /dev/null differ diff --git a/napcat.webui/src/styles/fonts.css b/napcat.webui/src/styles/fonts.css index 8c65f9fb..469dee46 100644 --- a/napcat.webui/src/styles/fonts.css +++ b/napcat.webui/src/styles/fonts.css @@ -6,20 +6,6 @@ font-style: normal; } -@font-face { - font-family: 'Harmony'; - src: url('/fonts/harmony/HarmonyOS_Sans_SC_Black.ttf') format('truetype'); - font-weight: 900; - font-style: normal; -} - -@font-face { - font-family: 'Harmony'; - src: url('/fonts/harmony/HarmonyOS_Sans_SC_Medium.ttf') format('truetype'); - font-weight: 500; - font-style: normal; -} - @font-face { font-family: 'Harmony'; src: url('/fonts/harmony/HarmonyOS_Sans_SC_Regular.ttf') format('truetype'); @@ -27,20 +13,6 @@ font-style: normal; } -@font-face { - font-family: 'Harmony'; - src: url('/fonts/harmony/HarmonyOS_Sans_SC_Light.ttf') format('truetype'); - font-weight: 300; - font-style: normal; -} - -@font-face { - font-family: 'Harmony'; - src: url('/fonts/harmony/HarmonyOS_Sans_SC_Thin.ttf') format('truetype'); - font-weight: 100; - font-style: normal; -} - /* Ubuntu */ @font-face { font-family: 'Ubuntu';