Apply system font to wofi

This commit is contained in:
Adam Gausmann 2023-05-12 22:13:12 -05:00
parent 1f728c137d
commit ed2a839d67

View file

@ -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 {