-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
Bold font renderings appear odd depending on weight #818
Comments
this issue occurs when using otf font |
does it goes away with ttf? |
btw you need to remove [fonts]
size = 18
features = []
extras = [{ family = "KoPubWorldDotum_Pro" }, {family= "Noto Color Emoji"}]
[fonts.emoji]
family = "Noto Color Emoji"
[fonts.regular]
family="JetBrainsMono"
weight = 400
[fonts.bold]
family="Jetbrains Mono"
weight = 700
[fonts.italic]
family="Jetbrains Mono"
style = "Italic"
weight = 400
[fonts.bold-italic]
family="Jetbrains Mono"
style = "Italic"
weight = 700
[fonts.ui]
family="Jetbrains Mono"
weight = 700
|
I tried this configuration but stil not work. |
|
this commit change fonts weight |
version:
26e7c60
os: wayland arch linux, windows 11
problem: Bold font not redering under weight 700
config:
logfile:
expected result:
wezterm config
The text was updated successfully, but these errors were encountered: