Variable font is missing SemiBold weight
jastko opened this issue · 2 comments
jastko commented
OS: Linux
Font version: 1.000 (main branch)
Cannot select SemiBold
weight. Picture below.
Probable cause is wrong name for SemiBold
weight. fc-list -v "Ubuntu Mono" | grep -E "fullname:|weight"
reports two instances of Ubuntu Mono Light
, one with weight 180(semibold)
, and on with weight 50(Light)
. Picture below.
djrrb commented
Thank you so much for catching this error! I believe it was due to a typo on my part.
Can you confirm that the SemiBold weight appears as expected in the latest commit ebfc0bc?
Much appreciated!
jastko commented
Now it works as expected.