chore: switch back to JetBrains Mono
parent
6c3c7e1e00
commit
d28e048adc
|
@ -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
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue