more fonts
This commit is contained in:
parent
c1d648558c
commit
eb7a49f3de
|
@ -405,6 +405,7 @@ in
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# good sans serif fonts
|
# good sans serif fonts
|
||||||
aileron
|
aileron
|
||||||
|
cabin
|
||||||
dm-sans
|
dm-sans
|
||||||
fira-sans
|
fira-sans
|
||||||
hubot-sans
|
hubot-sans
|
||||||
|
@ -437,9 +438,17 @@ in
|
||||||
source-serif
|
source-serif
|
||||||
|
|
||||||
# monospace coding and terminal fonts
|
# monospace coding and terminal fonts
|
||||||
|
_0xproto
|
||||||
cascadia-code
|
cascadia-code
|
||||||
|
commit-mono
|
||||||
|
geist-font
|
||||||
|
mononoki
|
||||||
|
paratype-pt-mono
|
||||||
|
recursive
|
||||||
|
source-code-pro
|
||||||
|
|
||||||
# fonts with good unicode coverage as fallback
|
# fonts 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
|
||||||
|
@ -454,9 +463,9 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
emoji = [ "Noto Color Emoji" ];
|
emoji = [ "Noto Color Emoji" ];
|
||||||
monospace = [ "Cascadia Code" "Noto Sans Mono" ];
|
monospace = [ "Cascadia Code" "IBM Plex Mono" "Noto Sans Mono" ];
|
||||||
sansSerif = [ "Lexend" "Noto Sans" ];
|
sansSerif = [ "Lexend" "IBM Plex Sans" "Noto Sans" ];
|
||||||
serif = [ "Crimson" "Noto Serif" ];
|
serif = [ "Crimson" "IBM Plex Serif" "Noto Serif" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue