Inter & Merriweather as main fonts
This commit is contained in:
parent
d4b8aca032
commit
5853d4592d
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue