chore: switch back to JetBrains Mono

main
sudo pacman -Syu 2023-03-31 17:30:52 +07:00
parent 6c3c7e1e00
commit d28e048adc
2 changed files with 3 additions and 16 deletions

View File

@ -2,13 +2,9 @@
include mocha.conf
# https://sw.kovidgoyal.net/kitty/conf/#fonts
font_family mononoki
font_size 16.0
font_family JetBrains Mono
font_size 14.0
# kitty +list-fonts --psnames
font_features mononoki-Bold +ss01
font_features mononoki-BoldItalic +ss01
font_features mononoki-Italic +ss01
font_features mononoki-Regular +ss01
# https://sw.kovidgoyal.net/kitty/conf/#cursor-customization
cursor_shape beam

View File

@ -1,17 +1,8 @@
local wezterm = require("wezterm")
return {
font = wezterm.font_with_fallback({
"Hermit",
-- {
-- family = "mononoki",
-- harfbuzz_features = { "ss01" },
-- },
"JetBrains Mono",
}),
font = wezterm.font("JetBrains Mono"),
font_size = 14.0,
line_height = 1.2,
-- font_size = 16.0,
-- line_height = 1.4,
use_cap_height_to_scale_fallback_fonts = true,
color_scheme = "Catppuccin Mocha",
keys = {