mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-21 18:52:49 +00:00
Update the font variable
For some reason GTK doesn't recognise CaskaydiaCove Nerd Font anymore
This commit is contained in:
parent
584c74467f
commit
9c0dcb7385
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
* {
|
||||
all: unset;
|
||||
font-family: "CaskaydiaCove Nerd Font";
|
||||
font-family: "CaskaydiaCove NF";
|
||||
}
|
||||
|
||||
.popup {
|
||||
|
|
|
@ -19,7 +19,7 @@ $textsize: 16px;
|
|||
|
||||
*{
|
||||
all: unset;
|
||||
font-family: "CaskaydiaCove Nerd Font";
|
||||
font-family: "CaskaydiaCove NF";
|
||||
}
|
||||
|
||||
// debug
|
||||
|
|
Loading…
Reference in a new issue