1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

Fix example comment about switching zero for Fira fonts

This commit is contained in:
Eric Berquist 2023-09-16 15:04:51 -04:00 committed by Wez Furlong
parent e67e725cf7
commit 8cb77e13c8

View File

@ -46,7 +46,7 @@ it lists available stylistic sets here:
and you can set them in wezterm:
```lua
-- Use this for a zero with a dot rather than a line through it
-- Use this for a zero with a line through it rather than a dot
-- when using the Fira Code font
config.harfbuzz_features = { 'zero' }
```