fonts: reduce terminal font size
This commit is contained in:
parent
8b05e5fa08
commit
48c9f796dc
1 changed files with 6 additions and 0 deletions
|
|
@ -31,6 +31,12 @@
|
||||||
name = "CMU Serif";
|
name = "CMU Serif";
|
||||||
package = pkgs.cm_unicode;
|
package = pkgs.cm_unicode;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sizes = {
|
||||||
|
desktop = 10;
|
||||||
|
popups = 10;
|
||||||
|
terminal = 10;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue