blob: 23173209d7fd447722e223c01b73fa69ec283c39 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */
/* Ja KooLit - Global rofi fonts */
/* This is where you can change fonts and sizes */
/*****-- Fonts Size and Font Size -----*****/
configuration {
font: "JetBrainsMono Nerd Font SemiBold 13";
}
/*****-- Elements Font Size -----*****/
element-text {
font: "JetBrainsMono Nerd Font SemiBold 11";
}
|