From f89c67e52a2a40b97ccb2224a797aa4190018333 Mon Sep 17 00:00:00 2001 From: hemingtsai Date: Tue, 24 Dec 2024 20:54:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E7=A1=AE=E8=AE=BE=E7=BD=AE=E5=AD=97?= =?UTF-8?q?=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 8 +------- src/main.css | 4 ++-- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/src/App.vue b/src/App.vue index 99b9adf..9908b33 100644 --- a/src/App.vue +++ b/src/App.vue @@ -71,10 +71,4 @@ const sub_projects = [ - - - + \ No newline at end of file diff --git a/src/main.css b/src/main.css index 203c086..1f85ba3 100644 --- a/src/main.css +++ b/src/main.css @@ -1,7 +1,7 @@ @import url("https://chinese-fonts-cdn.deno.dev/packages/syst/dist/SourceHanSerifCN/result.css"); -* { - +*{ + font-family: "Source Han Serif CN VF"; } body {