From 21fef1060f2198d079a8037204e3de6909ae314a Mon Sep 17 00:00:00 2001 From: MKStoler1024 <158786854+MKStoler1024@users.noreply.github.com> Date: Wed, 15 Jan 2025 03:56:43 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0Roboto=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E4=BB=A5=E6=94=B9=E5=96=84=E9=A1=B5=E9=9D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exam/index.html | 1 + exam/styles.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/exam/index.html b/exam/index.html index 67faedd..e23ac6b 100644 --- a/exam/index.html +++ b/exam/index.html @@ -5,6 +5,7 @@ Exam Schedule + diff --git a/exam/styles.css b/exam/styles.css index e24b128..67ffda8 100644 --- a/exam/styles.css +++ b/exam/styles.css @@ -1,5 +1,5 @@ body { - font-family: 'HarmonyOS Sans SC Regular', Arial, sans-serif; + font-family: 'HarmonyOS Sans SC Regular', 'Roboto', Arial, sans-serif; margin: 0; padding: 0; background: url('/background.jpg') no-repeat center center fixed;