Add a way to change font weight (`Iosevka Term` causes really light...
A hardware-accelerated GPU terminal emulator powered by WebGPU.
Brought to you by:
hugolarsson
Originally created by: vbn
OS: Windows 10
Rio version: 0.0.9 (portable)
the text is almost unreadable for the following config. i think it's due to the font weight being chosen is light. i guess 2 ways to solve this:
1. pick "regular" font weight for all fonts, not sure if there's an easy way that works for all fonts
2. allow config file to choose the font weight.
config:
font = "Iosevka Term"
font-size = 16
performance = "High"
shell = { program = "C:/Program Files/PowerShell/7/pwsh.exe", args = [] }
working_dir = "%USERPROFILE%"
Originally posted by: raphamorim
Hey there @vbn, thanks for opening this issue.
I am working in a better font loader right now for Rio to next version, will include your issue on it. Is this the font https://github.com/be5invis/Iosevka ? (Asking in case want to test locally as well)
Originally posted by: raphamorim
Yes, working on set which weight will be used in bold/italic/regular font definition
Originally posted by: vbn
the font link is correct. awesome that you're already working on making this experience better.
excited to try rio again once the fixes make it to a release.