From adc7791293c0845e8921ae8b1e7eb18d7c2f4616 Mon Sep 17 00:00:00 2001 From: The_miro Date: Thu, 22 May 2025 17:04:41 +0200 Subject: [PATCH] font on vesktop - but this time fr --- desktopenvs/hyprland/Vencord/themes/cyberqueer.theme.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. */