fonts: update fonts

This commit is contained in:
notohh 2024-02-05 21:24:51 -05:00
parent b76acf3cbc
commit bd6a277b96
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -5,20 +5,16 @@
packages = with pkgs; [
corefonts
nerdfonts
jetbrains-mono
noto-fonts
noto-fonts-cjk
twitter-color-emoji
font-awesome
kochi-substitute
ipafont
];
fontconfig = {
enable = true;
allowBitmaps = true;
defaultFonts = {
monospace = ["JetBrainsMono NF SemiBold" "Twitter Color Emoji"];
monospace = ["JetBrainsMono NF Medium" "Twitter Color Emoji"];
serif = ["Noto Serif" "Twitter Color Emoji"];
sansSerif = ["Noto Sans" "Twitter Color Emoji"];
emoji = ["Twitter Color Emoji"];