Revert "refactor(wezterm): only use needed fonts"
This reverts commit 619f5c0555
.
This commit is contained in:
parent
f3c04b5783
commit
e64235bb38
@ -2,7 +2,7 @@ local wezterm = require("wezterm")
|
|||||||
local lib = require("wlib")
|
local lib = require("wlib")
|
||||||
|
|
||||||
return {
|
return {
|
||||||
use_cap_height_to_scale_fallback_fonts = true,
|
-- use_cap_height_to_scale_fallback_fonts = true,
|
||||||
unicode_version = 14,
|
unicode_version = 14,
|
||||||
line_height = 0.9,
|
line_height = 0.9,
|
||||||
font = wezterm.font_with_fallback({
|
font = wezterm.font_with_fallback({
|
||||||
@ -10,8 +10,25 @@ return {
|
|||||||
family = "JetBrains Mono",
|
family = "JetBrains Mono",
|
||||||
weight = "DemiBold",
|
weight = "DemiBold",
|
||||||
},
|
},
|
||||||
"Symbols Nerd Font Mono",
|
-- NOTE: Attempt to resolve missing symbols etc.
|
||||||
|
-- <built-in>, BuiltIn
|
||||||
|
{ family = "Symbols Nerd Font Mono", scale = 0.8 },
|
||||||
|
"Noto Sans Symbols",
|
||||||
|
"Noto Sans Symbols2",
|
||||||
|
"PowerlineExtraSymbols",
|
||||||
|
{ family = "FiraCode NF", weight = "DemiBold", scale = 1.2 },
|
||||||
|
"FiraCode NF",
|
||||||
|
"MesloLGS NF",
|
||||||
|
|
||||||
|
-- <built-in>, BuiltIn
|
||||||
|
-- Assumed to have Emoji Presentation
|
||||||
|
-- Pixel sizes: [128]
|
||||||
|
"Noto Color Emoji",
|
||||||
|
|
||||||
|
"Noto Sans Adlam Unjoined",
|
||||||
"Unifont",
|
"Unifont",
|
||||||
|
|
||||||
|
-- <built-in>, BuiltIn
|
||||||
"Last Resort High-Efficiency",
|
"Last Resort High-Efficiency",
|
||||||
}),
|
}),
|
||||||
font_dirs = {
|
font_dirs = {
|
||||||
|
Loading…
Reference in New Issue
Block a user