Update font to use
This commit is contained in:
@@ -231,7 +231,7 @@
|
|||||||
"[html]": {
|
"[html]": {
|
||||||
"editor.defaultFormatter": "vscode.html-language-features"
|
"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.render": "Local",
|
||||||
"plantuml.server": "http://localhost:9081",
|
"plantuml.server": "http://localhost:9081",
|
||||||
"markdown-preview-enhanced.previewTheme": "one-light.css",
|
"markdown-preview-enhanced.previewTheme": "one-light.css",
|
||||||
|
|||||||
+1
-1
@@ -44,7 +44,7 @@ config.window_decorations = "INTEGRATED_BUTTONS | RESIZE"
|
|||||||
|
|
||||||
config.default_prog = { 'pwsh.exe', '-NoLogo' }
|
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.font_size = 10.0
|
||||||
|
|
||||||
config.front_end = "WebGpu"
|
config.front_end = "WebGpu"
|
||||||
|
|||||||
Reference in New Issue
Block a user