1
Fork 0

Remove fallback fonts.

This commit is contained in:
Bauke 2024-03-04 16:19:38 +01:00
parent 6c313e7cf5
commit 0c19d38a51
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 3 additions and 13 deletions

View File

@ -23,19 +23,9 @@
fonts = { fonts = {
fontconfig = { fontconfig = {
defaultFonts = { defaultFonts = {
monospace = [ monospace = [ "Hasklig" ];
"Hasklig" sansSerif = [ "Inter" ];
"Victor Mono" serif = [ "Inter" ];
"DejaVu Sans Mono"
];
sansSerif = [
"Inter"
"DejaVu Sans"
];
serif = [
"Inter"
"DejaVu Sans"
];
}; };
}; };