gui: Change font configuration
This commit is contained in:
parent
5263c62c29
commit
57dafbe7e1
6 changed files with 14 additions and 26 deletions
|
|
@ -36,7 +36,7 @@
|
|||
# "cv30"
|
||||
# ];
|
||||
|
||||
# font-family = "Maple Mono SC NF";
|
||||
# font-family = "Maple Mono NF CN";
|
||||
font-feature = [
|
||||
"calt"
|
||||
"zero"
|
||||
|
|
|
|||
|
|
@ -142,9 +142,9 @@ in {
|
|||
];
|
||||
style = ''
|
||||
* {
|
||||
font-family: LXGW Wenkai, Maple Mono NF CN;
|
||||
font-family: Libertinus Serif, Maple Mono NF CN;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@ in {
|
|||
"cv03" = true;
|
||||
"ss08" = true;
|
||||
};
|
||||
ui_font_family = "Source Han Sans SC";
|
||||
ui_font_family = "Source Han Sans";
|
||||
theme = "Gruvbox Dark Hard";
|
||||
vim_mode = true;
|
||||
vim = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue