From 3193fec25cffbebe773a5967efd86a6b725fb83a Mon Sep 17 00:00:00 2001 From: tangly Date: Fri, 21 Oct 2022 17:10:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/globals.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/styles/globals.css b/styles/globals.css index 477f408b..4382cd6c 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -24,10 +24,6 @@ body::-webkit-scrollbar-thumb { background: rgba(45, 170, 219, 0.3); } -.font-custom { - font-family: theme(fontFamily.custom) -} - .wrapper { min-height: 100vh; display: flex;