From b9d085099f00a0d38a0371c1f3fa9a57c9ce4d80 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期六, 19 七月 2025 14:06:32 +0800 Subject: [PATCH] # --- App.vue | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/App.vue b/App.vue index cf72960..8d00500 100644 --- a/App.vue +++ b/App.vue @@ -140,6 +140,11 @@ src: url('static/family/HarmonyOS_Sans_SC_Light.ttf') format('truetype'); } + @font-face { + font-family: a4; + src: url('static/family/HarmonyOS_Sans_SC_Regular.ttf') format('truetype'); + + } .nav-list { display: flex; flex-wrap: wrap; -- Gitblit v1.9.1