nixos: rework font options

This commit is contained in:
ooks-io 2024-12-10 19:11:52 +11:00
parent c9f7e6b53c
commit 1fa7ae2a66
6 changed files with 107 additions and 41 deletions

View file

@ -94,7 +94,7 @@ in {
*/
''
* {
font-family: "${fonts.monospace.family}:style=Medium";
font-family: "${fonts.monospace.family}";
font-size: ${toString fonts.monospace.size}px;
border: solid #${color.border.base};
}