From cd60fb137b581baee16338acd7fbb04c270bd614 Mon Sep 17 00:00:00 2001 From: Dirk S Date: Mon, 10 Jul 2023 07:16:34 +0200 Subject: [PATCH] Overpass font --- app/styles/globals.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/globals.scss b/app/styles/globals.scss index 0417087e9..8b00b3b24 100644 --- a/app/styles/globals.scss +++ b/app/styles/globals.scss @@ -89,7 +89,7 @@ html { height: var(--full-height); - font-family: "Noto Sans SC", "SF Pro SC", "SF Pro Text", "SF Pro Icons", + font-family: "Overpass,Noto Sans SC", "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }