use Roboto
This commit is contained in:
parent
45895cf511
commit
d4b8aca032
|
@ -418,7 +418,6 @@ in
|
||||||
nerdfonts
|
nerdfonts
|
||||||
|
|
||||||
# font families with good unicode coverage as fallback
|
# font families with good unicode coverage as fallback
|
||||||
ibm-plex
|
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
noto-fonts-cjk-serif
|
noto-fonts-cjk-serif
|
||||||
|
@ -436,9 +435,9 @@ in
|
||||||
# use some proper default fonts
|
# use some proper default fonts
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
emoji = [ "Noto Color Emoji" ];
|
emoji = [ "Noto Color Emoji" ];
|
||||||
monospace = [ "MonoLisa" "IBM Plex Mono" "Noto Sans Mono" ];
|
monospace = [ "MonoLisa" "Noto Sans Mono" ];
|
||||||
sansSerif = [ "IBM Plex Sans" "Noto Sans" ];
|
sansSerif = [ "Roboto" "Noto Sans" ];
|
||||||
serif = [ "IBM Plex Serif" "Noto Serif" ];
|
serif = [ "Roboto Serif" "Noto Serif" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# don't look like ancient X11
|
# don't look like ancient X11
|
||||||
|
|
Loading…
Reference in a new issue