-
-
Notifications
You must be signed in to change notification settings - Fork 833
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Variable font does not work with Bold #655
Labels
bug
Something isn't working
fixed-in-nightly
This is (or is assumed to be) fixed in the nightly builds.
Comments
wez
added a commit
that referenced
this issue
Apr 8, 2021
With this configuration: ```lua local wezterm = require 'wezterm' return { font_dirs = {"/Users/wez/Downloads/Inconsolata"}, font = wezterm.font("Inconsolata"), font_locator = "ConfigDirsOnly" } ``` wezterm is now able to see the 74 variations that are available in the single inconsolata ttf. Running `WEZTERM_LOG=wezterm_font=trace wezterm` will log the variations. refs: #655
wez
added a commit
that referenced
this issue
Apr 8, 2021
wez
added a commit
that referenced
this issue
Apr 8, 2021
wez
added a commit
that referenced
this issue
Apr 8, 2021
This is fixed for me. Tested in nightly. |
wez
added
the
fixed-in-nightly
This is (or is assumed to be) fixed in the nightly builds.
label
Apr 9, 2021
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bug
Something isn't working
fixed-in-nightly
This is (or is assumed to be) fixed in the nightly builds.
Describe the bug
When using a variable font bold does not work.
Environment (please complete the following information):
To Reproduce
Using the Inconsolata font from here: https://fonts.google.com/specimen/Inconsolata, the variable font (single font file with all the widths and weights) does not show bold.
Using the static versions of the regular and bold (installing two files, the regular and the bold) does work.
Configuration
return { font=wezterm.font("Inconsolata")
Other
See discussion in #648
The text was updated successfully, but these errors were encountered: