mirror of
https://github.com/wez/wezterm.git
synced 2024-11-10 15:04:32 +03:00
e7258e0e03
For fonts like Lucida Console on Windows which do not have a bold variant, we were not synthesizing bold. The reason was that the config-level "make bold" logic works by adding 200 to the weight which takes normal -> demibold, but the bold synthesis logic is enabled only for bold and higher. This commit changes the threshold for synthesis to demibold or higher. refs: https://github.com/wez/wezterm/issues/2074 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |