Initial WezTerm configuration
This commit is contained in:
14
wezterm/.config/wezterm/config/fonts.lua
Normal file
14
wezterm/.config/wezterm/config/fonts.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
local wezterm = require('wezterm')
|
||||
|
||||
return {
|
||||
font = wezterm.font_with_fallback({
|
||||
{ family = 'CaskaydiaMono Nerd Font Mono', weight = 'Regular' },
|
||||
{ family = 'FiraCode Nerd Font', weight= 'Regular' },
|
||||
{ family = 'JetBrainsMono Nerd Font', weight = 'Regular' },
|
||||
}),
|
||||
font_size = 16,
|
||||
|
||||
--ref: https://wezfurlong.org/wezterm/config/lua/config/freetype_pcf_long_family_names.html#why-doesnt-wezterm-use-the-distro-freetype-or-match-its-configuration
|
||||
freetype_load_target = 'Normal', ---@type 'Normal'|'Light'|'Mono'|'HorizontalLcd'
|
||||
freetype_render_target = 'Normal', ---@type 'Normal'|'Light'|'Mono'|'HorizontalLcd'
|
||||
}
|
||||
Reference in New Issue
Block a user