feat(desktop): change main font to ubuntu
This commit is contained in:
parent
2d1c007e6c
commit
1a26a69d46
@ -3,7 +3,7 @@ exec_always {
|
||||
gsettings set $gnome-schema gtk-theme 'NumixSolarizedDarkCyan'
|
||||
gsettings set $gnome-schema icon-theme 'Numix-Circle'
|
||||
gsettings set $gnome-schema cursor-theme 'Simp1e'
|
||||
gsettings set $gnome-schema font-name 'Lilex Nerd Font Mono 14'
|
||||
gsettings set $gnome-schema font-name 'UbuntuMono Nerd Font Mono 14'
|
||||
}
|
||||
|
||||
exec {
|
||||
|
@ -3,8 +3,8 @@
|
||||
border-radius: 0;
|
||||
/* padding: 0; */
|
||||
/* margin: 0; */
|
||||
font-size: 15px;
|
||||
font-family: Lilex;
|
||||
font-size: 18px;
|
||||
font-family: UbuntuMono Nerd Font Mono;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user