From 3899d41b0f46a2af2debd36c160d2a2fa391082f Mon Sep 17 00:00:00 2001 From: chn Date: Fri, 9 Jun 2023 16:47:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=87=A0=E4=B8=AA=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/fonts/basic.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/fonts/basic.nix b/modules/fonts/basic.nix index a0aef771..3af7f6bf 100644 --- a/modules/fonts/basic.nix +++ b/modules/fonts/basic.nix @@ -9,8 +9,8 @@ { emoji = [ "Noto Color Emoji" ]; monospace = [ "Noto Sans Mono CJK SC" "Sarasa Mono SC" "DejaVu Sans Mono"]; - sansSerif = ["Noto Sans CJK SC" "Source Han Sans SC" "DejaVu Sans"]; - serif = ["Noto Serif CJK SC" "Source Han Serif SC" "DejaVu Serif"]; + sansSerif = [ "Noto Sans CJK SC" "Source Han Sans SC" "DejaVu Sans" ]; + serif = [ "Noto Serif CJK SC" "Source Han Serif SC" "DejaVu Serif" ]; }; }; }