chore(wezterm): more fonts
parent
d28fdfe8a0
commit
c879cb54be
|
@ -55,6 +55,16 @@ local font_flexi_ibm = {
|
||||||
default_cursor_style = "SteadyBlock",
|
default_cursor_style = "SteadyBlock",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- http://www.kreativekorp.com/software/fonts/fairfaxhd/
|
||||||
|
local font_fairfax = {
|
||||||
|
font = wezterm.font({
|
||||||
|
family = "Fairfax Hax HD",
|
||||||
|
}),
|
||||||
|
font_size = 16.0,
|
||||||
|
line_height = 1.2,
|
||||||
|
default_cursor_style = "SteadyBlock",
|
||||||
|
}
|
||||||
|
|
||||||
-- https://berkeleygraphics.com/typefaces/berkeley-mono/
|
-- https://berkeleygraphics.com/typefaces/berkeley-mono/
|
||||||
local font_berkeley = {
|
local font_berkeley = {
|
||||||
font = wezterm.font({
|
font = wezterm.font({
|
||||||
|
|
Loading…
Reference in New Issue