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 = {
fontconfig = {
defaultFonts = {
monospace = [
"Hasklig"
"Victor Mono"
"DejaVu Sans Mono"
];
sansSerif = [
"Inter"
"DejaVu Sans"
];
serif = [
"Inter"
"DejaVu Sans"
];
monospace = [ "Hasklig" ];
sansSerif = [ "Inter" ];
serif = [ "Inter" ];
};
};