chore: remove unused fonts, init others
This commit is contained in:
parent
622a62c003
commit
0964d3b007
1 changed files with 6 additions and 6 deletions
|
@ -7,13 +7,12 @@
|
|||
enableDefaultFonts = false;
|
||||
fontDir.enable = true;
|
||||
fonts = with pkgs; [
|
||||
inter
|
||||
jetbrains-mono
|
||||
nerdfonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
twemoji-color-font
|
||||
font-awesome
|
||||
fira-code-symbols
|
||||
kochi-substitute
|
||||
ipafont
|
||||
];
|
||||
|
@ -22,9 +21,10 @@
|
|||
enable = true;
|
||||
allowBitmaps = true;
|
||||
defaultFonts = {
|
||||
monospace = ["JetBrainsMono Nerd Font"];
|
||||
sansSerif = ["Noto Sans" "Noto Color Emoji"];
|
||||
emoji = ["Twitter Color Emoji"];
|
||||
monospace = [ "JetBrainsMono Nerd Font" "Twitter Color Emoji" ];
|
||||
serif = [ "Noto Serif" "Twitter Color Emoji" ];
|
||||
sansSerif = [ "Noto Sans" "Twitter Color Emoji" ];
|
||||
emoji = [ "Twitter Color Emoji" ];
|
||||
};
|
||||
|
||||
hinting.style = "hintfull";
|
||||
|
|
Loading…
Reference in a new issue