font on vesktop - but this time fr

main
The_miro 2025-05-22 17:04:41 +02:00
parent 1da4ea35fe
commit adc7791293
1 changed files with 4 additions and 1 deletions

View File

@ -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/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. */ /* @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 */ /* customize things here */
:root { :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. */ letter-spacing: 0; /* decreases letter spacing for better readability. */
font-weight: 400; /* UI font weight. */ font-weight: 400; /* UI font weight. */
--label-font-weight: 400; /* font weight for panel labels. */ --label-font-weight: 400; /* font weight for panel labels. */