-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 has wrong weights for Regular and Italic styles #315
Comments
What application is being used in your image? |
Konsole - KDE's Terminal Emulator |
Did you install the TTF or the OTF variable fonts? Do any other variable fonts work as expected in that application? |
First I have installed the ttf format and the described issue occurred, then i uninstalled it and installed the otf version and the same issue happened. Cascadia Code 2111.01 works as expected. |
Have a similar issue on a mac Ventura in TextEdit (italic version is too light) also noticed the misnaming, font OTF from this release , Cascadia also works fine
|
Are you saying that TextEdit also displays the word "Normal"? Nothing is "misnamed" inside the font. |
No, on Italic texts it displays "Italic"
Yes, it only shows 12 styles total instead of 14 with the ExtraLight missing
I saw "1.026;ADBO;SourceCodeVF-ExtraLight;ADOBE" for a Regular font, and then |
Above you said you are using the OTF variabl |
and? SourceCodeVF is a variable OTF font |
There's definitely something broken in the latest italic variable font. From the ttx decompilation:
And looking at those name IDs:
i.e., both weight 200 and weight 400 have a PostScript ID of Edit: This is the case for the weight 200 and weight 400 instances in both the .ttf and .otf variable fonts. |
Font version: variable
1.026R
(otf/ttf)OS:
Linux
WM:
KDE
When selecting
Regular/Italic
styles, they are displayed asExtaLight/ExtraLight Italic
styles, whileExtaLight/ExtraLight Italic
styles are not present for selection. Picture below.There is additional style(red selection):
Normal
, which haveregular
weight.The text was updated successfully, but these errors were encountered: