refactor(wezterm): use firacode for font
This commit is contained in:
parent
739c2061bf
commit
a7924902c1
@ -6,6 +6,21 @@ return {
|
||||
unicode_version = 14,
|
||||
line_height = 0.9,
|
||||
font = wezterm.font_with_fallback({
|
||||
{
|
||||
family = "Fira Code",
|
||||
weight = "DemiBold",
|
||||
harfbuzz_features = {
|
||||
"zero",
|
||||
"cv01",
|
||||
"cv02",
|
||||
"cv30",
|
||||
"ss05",
|
||||
"ss03",
|
||||
"ss04",
|
||||
"cv26",
|
||||
"ss10",
|
||||
},
|
||||
},
|
||||
{
|
||||
family = "JetBrains Mono",
|
||||
weight = "DemiBold",
|
||||
|
BIN
dots/.config/wezterm/fonts/FiraCode-Bold.ttf
Normal file
BIN
dots/.config/wezterm/fonts/FiraCode-Bold.ttf
Normal file
Binary file not shown.
BIN
dots/.config/wezterm/fonts/FiraCode-Light.ttf
Normal file
BIN
dots/.config/wezterm/fonts/FiraCode-Light.ttf
Normal file
Binary file not shown.
BIN
dots/.config/wezterm/fonts/FiraCode-Medium.ttf
Normal file
BIN
dots/.config/wezterm/fonts/FiraCode-Medium.ttf
Normal file
Binary file not shown.
BIN
dots/.config/wezterm/fonts/FiraCode-Regular.ttf
Normal file
BIN
dots/.config/wezterm/fonts/FiraCode-Regular.ttf
Normal file
Binary file not shown.
BIN
dots/.config/wezterm/fonts/FiraCode-SemiBold.ttf
Normal file
BIN
dots/.config/wezterm/fonts/FiraCode-SemiBold.ttf
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user