Move fonts around.
This commit is contained in:
parent
9c892c0606
commit
047e92382e
@ -12,25 +12,32 @@
|
|||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
enableDefaultFonts = false;
|
enableDefaultFonts = false;
|
||||||
|
fontconfig = {
|
||||||
|
allowBitmaps = false;
|
||||||
|
};
|
||||||
fonts = with pkgs; [
|
fonts = with pkgs; [
|
||||||
xorg.fontbhlucidatypewriter100dpi
|
xorg.fontbhlucidatypewriter100dpi
|
||||||
xorg.fontbhlucidatypewriter75dpi
|
xorg.fontbhlucidatypewriter75dpi
|
||||||
dejavu_fonts
|
|
||||||
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
|
||||||
noto-fonts-cjk
|
noto-fonts-cjk
|
||||||
|
|
||||||
cantarell_fonts # from gnome3 module
|
cantarell_fonts # from gnome3 module
|
||||||
|
|
||||||
|
merriweather
|
||||||
|
merriweather-sans
|
||||||
|
open-sans
|
||||||
|
# libertine # breaks
|
||||||
|
|
||||||
|
dejavu_fonts
|
||||||
liberation_ttf
|
liberation_ttf
|
||||||
ubuntu_font_family
|
ubuntu_font_family
|
||||||
dejavu_fonts
|
|
||||||
|
|
||||||
wqy_microhei
|
wqy_microhei
|
||||||
ipafont
|
ipafont
|
||||||
@ -38,11 +45,6 @@
|
|||||||
source-han-serif
|
source-han-serif
|
||||||
source-han-sans
|
source-han-sans
|
||||||
|
|
||||||
merriweather
|
|
||||||
merriweather-sans
|
|
||||||
open-sans
|
|
||||||
libertine
|
|
||||||
|
|
||||||
inconsolata
|
inconsolata
|
||||||
iosevka
|
iosevka
|
||||||
fira fira-mono fira-code
|
fira fira-mono fira-code
|
||||||
|
Loading…
Reference in New Issue
Block a user