mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
more font fixes
This commit is contained in:
parent
29a3723290
commit
5bc920d232
3 changed files with 2 additions and 3 deletions
|
|
@ -52,7 +52,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
font = {
|
font = {
|
||||||
size = 12;
|
size = 14;
|
||||||
normal = {
|
normal = {
|
||||||
family = "Terminess Nerd Font Mono";
|
family = "Terminess Nerd Font Mono";
|
||||||
style = "Regular";
|
style = "Regular";
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
* {
|
* {
|
||||||
border: none;
|
border: none;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-family: "Terminus" ;
|
font-family: "Terminus Nerd Font Mono" ;
|
||||||
min-height: 25px;
|
min-height: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -149,7 +149,6 @@ in
|
||||||
ranger
|
ranger
|
||||||
highlight
|
highlight
|
||||||
|
|
||||||
nerd-fonts.terminess-ttf
|
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue