2020-11-17 07:40 PM
Typographies just load few chinese fonts, almost the font I can not find them. Of course, I also put the .ttf files in the assets/fonts.
How can I add them in my project?:face_with_tears_of_joy:
Solved! Go to Solution.
2020-11-18 02:54 AM
In Windows, your font is called something different than the filename. ".pingFang SC Light" and not "PingFang Regular" that you sent me, so it will get bumped to the very top of the list of fonts since it starts with a period: ".". Your other fonts may have similar issues and may be why you can't immediately see them.
Below is a blank project with just this font in assets/fonts/
2020-11-17 11:18 PM
There's a chance that the name shows up different from what you expect.
Can you share the font with me and i'll try?
/Martin
2020-11-18 12:06 AM
2020-11-18 02:54 AM
In Windows, your font is called something different than the filename. ".pingFang SC Light" and not "PingFang Regular" that you sent me, so it will get bumped to the very top of the list of fonts since it starts with a period: ".". Your other fonts may have similar issues and may be why you can't immediately see them.
Below is a blank project with just this font in assets/fonts/
2020-11-18 04:57 PM
:face_with_tears_of_joy: ok, it confused me. The "regular" turn into the "light".