From 619f5c05559c3ea1b069731e64638585be486130 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 26 Sep 2022 10:12:32 -0500 Subject: [PATCH] refactor(wezterm): only use needed fonts --- dots/.config/wezterm/config/fonts.lua | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/dots/.config/wezterm/config/fonts.lua b/dots/.config/wezterm/config/fonts.lua index 04fa4b05..a7df8a09 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,25 +10,8 @@ return { family = "JetBrains Mono", weight = "DemiBold", }, - -- 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", + "Symbols Nerd Font Mono", "Unifont", - - -- , BuiltIn "Last Resort High-Efficiency", }), font_dirs = {