From 9c0dcb73858e808ab00be3ecd18c7a899d293e67 Mon Sep 17 00:00:00 2001 From: scorpion-26 Date: Thu, 23 Nov 2023 23:37:09 +0100 Subject: [PATCH] Update the font variable For some reason GTK doesn't recognise CaskaydiaCove Nerd Font anymore --- css/style.css | 2 +- css/style.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index e3752ba..9e2118c 100644 --- a/css/style.css +++ b/css/style.css @@ -1,6 +1,6 @@ * { all: unset; - font-family: "CaskaydiaCove Nerd Font"; + font-family: "CaskaydiaCove NF"; } .popup { diff --git a/css/style.scss b/css/style.scss index 3f3d739..398fd43 100644 --- a/css/style.scss +++ b/css/style.scss @@ -19,7 +19,7 @@ $textsize: 16px; *{ all: unset; - font-family: "CaskaydiaCove Nerd Font"; + font-family: "CaskaydiaCove NF"; } // debug