From e64235bb3898bae44a35dbb23e41ea4b72af660d Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 26 Sep 2022 10:32:11 -0500 Subject: [PATCH] Revert "refactor(wezterm): only use needed fonts" This reverts commit 619f5c05559c3ea1b069731e64638585be486130. --- dots/.config/wezterm/config/fonts.lua | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/dots/.config/wezterm/config/fonts.lua b/dots/.config/wezterm/config/fonts.lua index a7df8a09..04fa4b05 100644 --- a/dots/.config/wezterm/config/fonts.lua +++ b/dots/.config/wezterm/config/fonts.lua @@ -2,7 +2,7 @@ local wezterm = require("wezterm") local lib = require("wlib") return { - use_cap_height_to_scale_fallback_fonts = true, + -- use_cap_height_to_scale_fallback_fonts = true, unicode_version = 14, line_height = 0.9, font = wezterm.font_with_fallback({ @@ -10,8 +10,25 @@ return { family = "JetBrains Mono", weight = "DemiBold", }, - "Symbols Nerd Font Mono", + -- NOTE: Attempt to resolve missing symbols etc. + -- , 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", + + -- , BuiltIn + -- Assumed to have Emoji Presentation + -- Pixel sizes: [128] + "Noto Color Emoji", + + "Noto Sans Adlam Unjoined", "Unifont", + + -- , BuiltIn "Last Resort High-Efficiency", }), font_dirs = {