science-gothic icon indicating copy to clipboard operation
science-gothic copied to clipboard

Regenerate (or delete) non-variable instance fonts because of font weight issues

Open JNord03 opened this issue 1 year ago • 5 comments

The 'w' glyph in both upper and lower case appears to have a higher weight (Medium) in the Regular font than the others. The same applies to numbers 2, 4, 7, 8, the question and exclamation marks and several more with diacritics. In the Medium font, 'w' looks like a single 'v'. In the Black font, 'w' appears lighter in color than the rest of the glyphs. 1

JNord03 avatar Jun 05 '23 09:06 JNord03

That is interesting. Looks like Windows has some problem with the font that I am not seeing on macOS, nor in Adobe apps.

@kateliev you are on Windows, can you take a look at this?

tphinney avatar Jun 06 '23 01:06 tphinney

@tphinney looks like a hinting issue of some sort... will check it out

kateliev avatar Jun 06 '23 06:06 kateliev

@tphinney funny enough it is not... actually it is the font itself! But the problem does not reside in the source, it is just the instance generated?

fonts/static/Instances/ScienceGothic-Regular.ttf image

Actually it seems that ALL of the instances exhibit the very same problem. They seem to be generated from source where /.notdef/two/four/seven/eight/W/exclam/question/w were incompatible. But in the current source they are perfectly fine! Which leads me to conclude that there was some export issue perhaps, back then when these were generated?

... and looking at all the TTF rises the following question - all of these fonts that reside in fonts/static/ are with 177 glyphs strong... but the source is 1234 glyphs. Are these subsets and why?

kateliev avatar Jun 06 '23 06:06 kateliev

Oh! It is one of the old instance fonts! Yeah, those are ancient, haven't regenerated them in aeons. I suspect there was a problem in the variable source at the time, but fixed long ago.

tphinney avatar Jun 06 '23 07:06 tphinney

Yes, the problem only occurs in the instances. I downloaded them because I was unable to access any weight other than Light using LibreOffice. The software supports some variable fonts, but apparently not all of them.

JNord03 avatar Jun 06 '23 10:06 JNord03