From 8cc68fef1d37ec9c29a160512594f5a8840f7d47 Mon Sep 17 00:00:00 2001 From: Riz Ashraf Date: Fri, 13 Feb 2026 11:58:57 +0000 Subject: [PATCH] Update font to use --- AppData/Roaming/Code/User/settings.json | 2 +- dot_wezterm.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AppData/Roaming/Code/User/settings.json b/AppData/Roaming/Code/User/settings.json index f4c1154..3f7e4e4 100644 --- a/AppData/Roaming/Code/User/settings.json +++ b/AppData/Roaming/Code/User/settings.json @@ -231,7 +231,7 @@ "[html]": { "editor.defaultFormatter": "vscode.html-language-features" }, - "plantuml.jar": "C:\\devtools\\plantuml.jar", + "plantuml.jar": "C:/Users/reazul.ashraf/scoop/apps/plantuml/current/plantuml.jar", "plantuml.render": "Local", "plantuml.server": "http://localhost:9081", "markdown-preview-enhanced.previewTheme": "one-light.css", diff --git a/dot_wezterm.lua b/dot_wezterm.lua index 273f805..b6d9ee6 100644 --- a/dot_wezterm.lua +++ b/dot_wezterm.lua @@ -44,7 +44,7 @@ config.window_decorations = "INTEGRATED_BUTTONS | RESIZE" config.default_prog = { 'pwsh.exe', '-NoLogo' } -config.font = wezterm.font('CaskaydiaCove NFM', { weight = 'Regular' }) +config.font = wezterm.font('CaskaydiaCove Nerd Font', { weight = 'Regular' }) config.font_size = 10.0 config.front_end = "WebGpu"