diff --git a/desktopenvs/hyprland/Vencord/themes/cyberqueer.theme.css b/desktopenvs/hyprland/Vencord/themes/cyberqueer.theme.css index ea3e7fd..a8cce46 100644 --- a/desktopenvs/hyprland/Vencord/themes/cyberqueer.theme.css +++ b/desktopenvs/hyprland/Vencord/themes/cyberqueer.theme.css @@ -12,10 +12,13 @@ @import url('https://refact0r.github.io/system24/src/main.css'); /* main theme css. DO NOT REMOVE */ /* @import url('https://refact0r.github.io/system24/src/unrounding.css'); /* gets rid of all rounded corners. remove if you want rounded corners. */ +*{ + font-family: 'Agave Nerd Font Mono'; +} /* customize things here */ :root { - --font: 'Agave Nerd Font'; /* UI font name. it must be installed on your system. */ + font: 'Agave Nerd Font'; /* UI font name. it must be installed on your system. */ letter-spacing: 0; /* decreases letter spacing for better readability. */ font-weight: 400; /* UI font weight. */ --label-font-weight: 400; /* font weight for panel labels. */