stylix: sans-serif Inter
waybar: change font to system sans-serif
This commit is contained in:
parent
3115711564
commit
ad07823b87
3 changed files with 4 additions and 5 deletions
|
|
@ -4,6 +4,5 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
roboto-mono
|
roboto-mono
|
||||||
recursive
|
recursive
|
||||||
font-awesome
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
* {
|
* {
|
||||||
/* `otf-font-awesome` is required to be installed for icons */
|
/* `otf-font-awesome` is required to be installed for icons */
|
||||||
font-family: FontAwesome, sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 13px;
|
font-size: 10pt;
|
||||||
color: #dcdfe1;
|
color: #dcdfe1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,8 @@
|
||||||
};
|
};
|
||||||
fonts = {
|
fonts = {
|
||||||
sansSerif = {
|
sansSerif = {
|
||||||
name = "Inter";
|
name = "Inter Nerd Font";
|
||||||
package = pkgs.inter;
|
package = pkgs.inter-nerdfont;
|
||||||
};
|
};
|
||||||
monospace = {
|
monospace = {
|
||||||
name = "FiraCode Nerd Font Mono";
|
name = "FiraCode Nerd Font Mono";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue