From e2a0ba3eedf7dc12722be21ea9eca159ce6ce306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 5 Mar 2021 01:18:31 +0100 Subject: [PATCH] feat(fonts): change to roboto to support more characters --- configs/fonts.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configs/fonts.nix b/configs/fonts.nix index 0ac5ddd..912beda 100644 --- a/configs/fonts.nix +++ b/configs/fonts.nix @@ -13,6 +13,8 @@ libertine lmodern noto-fonts + noto-fonts-cjk + noto-fonts-emoji roboto roboto-mono roboto-slab @@ -27,8 +29,8 @@ ]; fontconfig.defaultFonts = { monospace = [ "JetBrains Mono" ]; - serif = [ "Source Serif Pro" ]; - sansSerif = [ "Source Sans Pro" ]; + serif = [ "Roboto Slab" ]; + sansSerif = [ "Roboto" "Noto Sans" ]; emoji = [ "JoyPixels" ]; }; };