variable typeface
This commit is contained in:
parent
5e4357a81c
commit
d779a7cc21
1 changed files with 5 additions and 2 deletions
|
|
@ -517,8 +517,11 @@ in
|
||||||
name = "Maple Mono NF";
|
name = "Maple Mono NF";
|
||||||
package = pkgs.maple-mono.NF;
|
package = pkgs.maple-mono.NF;
|
||||||
};
|
};
|
||||||
sansSerif = config.stylix.fonts.monospace;
|
sansSerif = {
|
||||||
serif = config.stylix.fonts.monospace;
|
name = "Lexend";
|
||||||
|
package = pkgs.lexend;
|
||||||
|
};
|
||||||
|
serif = config.stylix.fonts.sansSerif;
|
||||||
};
|
};
|
||||||
opacity = {
|
opacity = {
|
||||||
terminal = 0.2;
|
terminal = 0.2;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue