Increase font sizes to be more comfy
Adjust some icon spacing to look better at new font sizes
This commit is contained in:
parent
e8125a9653
commit
dfae7ac2f0
|
@ -150,10 +150,10 @@
|
|||
};
|
||||
fonts = rec {
|
||||
sizes = {
|
||||
applications = 14;
|
||||
desktop = 12;
|
||||
popups = 12;
|
||||
terminal = 14;
|
||||
applications = 16;
|
||||
desktop = 20;
|
||||
popups = 18;
|
||||
terminal = 16;
|
||||
};
|
||||
serif = monospace;
|
||||
sansSerif = monospace;
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
grey = "#6c7086";
|
||||
|
||||
width = 600;
|
||||
font = "Iosevka Nerd Font 14";
|
||||
font = "Iosevka Nerd Font 18";
|
||||
};
|
||||
|
||||
"element-text, element-icon , mode-switcher" = {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
* {
|
||||
all: unset;
|
||||
font-size: 16px;
|
||||
font-size: 20px;
|
||||
font-family: "Iosevka Nerd Font";
|
||||
transition: 200ms;
|
||||
}
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
* {
|
||||
all: unset;
|
||||
font-size: 16px;
|
||||
font-size: 20px;
|
||||
font-family: "Iosevka Nerd Font";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue