font on vesktop - but this time fr
parent
1da4ea35fe
commit
adc7791293
|
|
@ -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. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue