From 30b826267444ca95666a6bb734d263d28d6d3977 Mon Sep 17 00:00:00 2001 From: Asher Hill Date: Sun, 19 Feb 2023 08:29:51 +0000 Subject: [PATCH] [zh] fix font --- locale/zh/variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/zh/variables.scss b/locale/zh/variables.scss index 2c90afdff..92b2cc030 100644 --- a/locale/zh/variables.scss +++ b/locale/zh/variables.scss @@ -1,2 +1,2 @@ -$fontHeadings: 'Quicksand'; -$fontText: 'Nunito'; +$fontHeadings: 'Source Han Sans'; +$fontText: 'Source Han Sans';