Apply system font to wofi
This commit is contained in:
parent
1f728c137d
commit
ed2a839d67
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
window {
|
window {
|
||||||
background-color: --wofi-color1;
|
background-color: --wofi-color1;
|
||||||
color: --wofi-color5;
|
color: --wofi-color5;
|
||||||
font-family: 'Fira Mono';
|
font-family: '${host['system-mono-font']}';
|
||||||
}
|
}
|
||||||
|
|
||||||
#input {
|
#input {
|
||||||
|
|
Loading…
Add table
Reference in a new issue