From 4f52d6133c533f774609cf0615a55b00fdc6efa7 Mon Sep 17 00:00:00 2001 From: tangly Date: Wed, 19 Oct 2022 15:30:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=B7=E6=AD=8C=E5=AD=97=E4=BD=93=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/globals.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/globals.css b/styles/globals.css index 7899bd3d..44141e22 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -24,6 +24,10 @@ body::-webkit-scrollbar-thumb { background: rgba(45, 170, 219, 0.3); } +.font-custom { + font-family: theme(fontFamily.custom) +} + .wrapper { min-height: 100vh; display: flex;