The bold italic version of mononoki font is detected as a separate font
Case3y opened this issue · 6 comments
Sounds like a duplicate of the resolved #49. Are you sure you are using a recent version of mononoki? I believe if you search for fonts in the windows settings you can see the version number of the installed font.
Sounds like a duplicate of the resolved #49. Are you sure you are using a recent version of mononoki? I believe if you search for fonts in the windows settings you can see the version number of the installed font.
Thanks for your replay. The version of mononoki is 1.0006. My system language is Simplified Chinese. It also have same problem when I use another version (1.0004)
I'm gonna try to reproduce the issue. Is this Windows 10 or 11?
I solved the problem using this method proposed in #49, I delete the "Preferred Name" and "Preferred Styles"
What worked for me on Windows 7 SP1 is:
-
Open
mononoki-BoldItalic.ttf
with FontForge. -
Choose "Element" menu -> "Font Info".
-
Choose "TTF Names" tab in the appeared "Font Information" window, and remove the "Preferred Styles" entry with its right-click menu.
-
Re-export the TTF via "File" menu -> "Generate Fonts".
It seems Windows is extraordinarily picky on many font properties.
Originally posted by @richardgv in #49 (comment)