Inter & Merriweather as main fonts

This commit is contained in:
Christoph Cullmann 2024-08-31 22:49:14 +02:00
parent d4b8aca032
commit 5853d4592d
No known key found for this signature in database

View file

@ -411,11 +411,9 @@ in
# system fonts # system fonts
packages = with pkgs; [ packages = with pkgs; [
# large collection of free fonts # Inter & Merriweather as main fonts
google-fonts inter
merriweather
# large collection of patched programming fonts
nerdfonts
# font families with good unicode coverage as fallback # font families with good unicode coverage as fallback
noto-fonts noto-fonts
@ -436,8 +434,8 @@ in
defaultFonts = { defaultFonts = {
emoji = [ "Noto Color Emoji" ]; emoji = [ "Noto Color Emoji" ];
monospace = [ "MonoLisa" "Noto Sans Mono" ]; monospace = [ "MonoLisa" "Noto Sans Mono" ];
sansSerif = [ "Roboto" "Noto Sans" ]; sansSerif = [ "Inter" "Noto Sans" ];
serif = [ "Roboto Serif" "Noto Serif" ]; serif = [ "Merriweather" "Noto Serif" ];
}; };
# don't look like ancient X11 # don't look like ancient X11