mirror of
https://github.com/wez/wezterm.git
synced 2024-12-13 18:39:30 +03:00
21ce3f3262
Migrate information into the relevant config option pages, and instead summarize with a demonstration of configuring the font. For wezterm.font, there's now an expanded discussion on naming and matching fonts. closes: https://github.com/wez/wezterm/issues/560
9 lines
324 B
Markdown
9 lines
324 B
Markdown
# `font_locator`
|
|
|
|
specifies the method by which system fonts are located and loaded. You may
|
|
specify `ConfigDirsOnly` to disable loading system fonts and use only the fonts
|
|
found in the directories that you specify in your [font_dirs](font_dirs.md)
|
|
configuration option.
|
|
|
|
Otherwise, it is recommended to omit this setting.
|