font-related changes

- change zed font
- add symbols nerd font fallback
This commit is contained in:
datsudo 2025-06-02 14:25:12 +08:00
parent 6d057f4eef
commit 8cf4840195
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
defaultFonts = { defaultFonts = {
serif = [ "Liberation Serif" ]; serif = [ "Liberation Serif" ];
sansSerif = [ "Inter" "SF Pro Display" ]; sansSerif = [ "Inter" "SF Pro Display" ];
monospace = [ "Iosevka Nerd Font" ]; monospace = [ "Iosevka Nerd Font" "Symbols Nerd Font" ];
}; };
}; };
} }

View File

@ -71,7 +71,7 @@ in
buffer_font_family = "Iosevka Nerd Font"; buffer_font_family = "Iosevka Nerd Font";
buffer_font_fallbacks = [ "Symbols Nerd Font" "Noto Color Emoji" ]; buffer_font_fallbacks = [ "Symbols Nerd Font" "Noto Color Emoji" ];
buffer_font_weight = 500; buffer_font_weight = 500;
buffer_font_size = 18; buffer_font_size = 19;
buffer_line_height.custom = 1.3; buffer_line_height.custom = 1.3;
terminal = { terminal = {
font_family = "Iosevka Nerd Font"; font_family = "Iosevka Nerd Font";