Remove fallback fonts.
This commit is contained in:
parent
6c313e7cf5
commit
0c19d38a51
|
@ -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"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue