blob: 2c3997b0f0433d5e3af3cfbd1cb4d400ee1f852e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* 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 15";
}
/*****-- Elements Font Size -----*****/
element-text {
font: "JetBrainsMono Nerd Font SemiBold 13";
}
|