Update the font variable

For some reason GTK doesn't recognise CaskaydiaCove Nerd Font anymore
This commit is contained in:
scorpion-26 2023-11-23 23:37:09 +01:00
parent 584c74467f
commit 9c0dcb7385
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
* { * {
all: unset; all: unset;
font-family: "CaskaydiaCove Nerd Font"; font-family: "CaskaydiaCove NF";
} }
.popup { .popup {

View file

@ -19,7 +19,7 @@ $textsize: 16px;
*{ *{
all: unset; all: unset;
font-family: "CaskaydiaCove Nerd Font"; font-family: "CaskaydiaCove NF";
} }
// debug // debug