From 17c35b4c7e2c91c9974dea1c927b348df1015a76 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期二, 25 十一月 2025 18:35:46 +0800
Subject: [PATCH] #
---
App.vue | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/App.vue b/App.vue
index 6fd77d1..bf8fccd 100644
--- a/App.vue
+++ b/App.vue
@@ -15,4 +15,35 @@
<style lang="scss">
/*姣忎釜椤甸潰鍏叡css */
@import "@/uni_modules/uview-ui/index.scss";
+ @import "colorui/main.css";
+ @import "colorui/icon.css";
+
+ /* 寮曞叆瀛椾綋鏂囦欢 */
+ @font-face {
+ font-family: a4;
+ src: url('@/static/family/HarmonyOS_Sans_SC_Regular.ttf') format('truetype');
+ font-weight: normal;
+ font-style: normal;
+ }
+
+ @font-face {
+ font-family: a3;
+ src: url('@/static/family/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
+ font-weight: 300;
+ font-style: normal;
+ }
+
+ @font-face {
+ font-family: a1;
+ src: url('@/static/family/HarmonyOS_Sans_SC_Bold.ttf') format('truetype');
+ font-weight: bold;
+ font-style: normal;
+ }
+
+ @font-face {
+ font-family: a2;
+ src: url('@/static/family/HarmonyOS_Sans_SC_Black.ttf') format('truetype');
+ font-weight: 900;
+ font-style: normal;
+ }
</style>
\ No newline at end of file
--
Gitblit v1.9.1