summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVon Random <von@vdrandom.org>2023-03-13 19:39:12 +0200
committerVon Random <von@vdrandom.org>2023-03-13 19:39:12 +0200
commitdd30b5da1b769d4b4cdd1665ee58618d76cec4ff (patch)
treea69c3b216aa2cc7dabe3604ab25135bdcac45e8d
parentde67bceff3ea297f4730e2710277780277a70ca2 (diff)
wezterm: use cascadia mono
-rw-r--r--gui/.wezterm.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/.wezterm.lua b/gui/.wezterm.lua
index 98b47bf..fdb130d 100644
--- a/gui/.wezterm.lua
+++ b/gui/.wezterm.lua
@@ -1,6 +1,6 @@
local wt = require('wezterm')
local act = wt.action
-local font = 'Cascadia Code PL'
+local font = 'Cascadia Mono PL'
local font_features = { 'ss01=1', 'ss02=1', 'ss19=1' }
local fontsizes = { Darwin = 14, others = 11 }
local theme = 'Gruvbox Dark'