From a63055745a505e4a3ac676631a3832e0917536f5 Mon Sep 17 00:00:00 2001 From: Bener Date: Fri, 26 Apr 2024 23:00:38 +0800 Subject: [PATCH] fix: revert font family --- src/style/index.less | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/src/style/index.less b/src/style/index.less index 5bd493e..0d08c36 100644 --- a/src/style/index.less +++ b/src/style/index.less @@ -28,19 +28,8 @@ html { body { background: var(--nav-bg-regular); font-size: 14px; - font-family: - DINAlternate, - -apple-system, - BlinkMacSystemFont, - 'Segoe UI', - 'Roboto', - 'Oxygen', - 'Ubuntu', - 'Cantarell', - 'Fira Sans', - 'Droid Sans', - 'Helvetica Neue', - sans-serif; + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', + 'Droid Sans', 'Helvetica Neue', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transition: 0.3s;