use stix fonts

This commit is contained in:
Gabriel Ebner 2022-02-04 17:10:31 +01:00
parent 121050b0f6
commit 1e6b59eb10
2 changed files with 11 additions and 9 deletions

View File

@ -18,11 +18,11 @@
fonts = with pkgs; [ fonts = with pkgs; [
# xorg.fontbhlucidatypewriter100dpi # xorg.fontbhlucidatypewriter100dpi
# xorg.fontbhlucidatypewriter75dpi # xorg.fontbhlucidatypewriter75dpi
freefont_ttf # freefont_ttf
gyre-fonts # TrueType substitutes for standard PostScript fonts gyre-fonts # TrueType substitutes for standard PostScript fonts
# xorg.fontbh100dpi # xorg.fontbh100dpi
xorg.fontmiscmisc # xorg.fontmiscmisc
xorg.fontcursormisc # xorg.fontcursormisc
unifont unifont
noto-fonts-emoji noto-fonts-emoji
@ -49,6 +49,7 @@
iosevka iosevka
fira fira-mono fira-code fira fira-mono fira-code
source-code-pro source-code-pro
stix-two
font-awesome_5 font-awesome_5
]; ];

View File

@ -23,13 +23,13 @@
allowBitmaps = false; allowBitmaps = false;
}; };
fonts = with pkgs; [ fonts = with pkgs; [
xorg.fontbhlucidatypewriter100dpi # xorg.fontbhlucidatypewriter100dpi
xorg.fontbhlucidatypewriter75dpi # xorg.fontbhlucidatypewriter75dpi
freefont_ttf # freefont_ttf
gyre-fonts # TrueType substitutes for standard PostScript fonts gyre-fonts # TrueType substitutes for standard PostScript fonts
xorg.fontbh100dpi # xorg.fontbh100dpi
xorg.fontmiscmisc # xorg.fontmiscmisc
xorg.fontcursormisc # xorg.fontcursormisc
unifont unifont
noto-fonts-emoji noto-fonts-emoji
@ -56,6 +56,7 @@
iosevka iosevka
fira fira-mono fira-code fira fira-mono fira-code
source-code-pro source-code-pro
stix-two
font-awesome_5 font-awesome_5
]; ];