notofonts / noto-cjk

Noto CJK fonts
http://www.google.com/get/noto/help/cjk
2.94k stars 215 forks source link

Noto Sans Traditional Chinese (TC) Add Stroke problem #256

Closed whitersun closed 1 year ago

whitersun commented 1 year ago

In the beginning, using Noto Sans Traditional Chinese is normal After adding a stroke to the text I got something like this, which looks too weird. image

For expect should look like below. image

punchcutter commented 1 year ago

This isn't a font problem, but comes from how the app handles overlapping contours. Which app or toolare you using?

whitersun commented 1 year ago

This isn't a font problem, but comes from how the app handles overlapping contours. Which app or toolare you using?

Actually, I have tried Figma and Adobe XD, also Coding includes wrapping with SVG, or CSS -webkit-text-stroke that will show up the current Noto Sans TC stroke problem.

In Adobe XD cause last year installed the font on my PC. So after using stroke text in Adobe XD that shows normal until today, I checked and found the stroke problem included in Figma and using CDN provided by Google (Sr I thought Google took font from there).

I think I posted the wrong place issue, here. Sorry for the mistake, I think I should report in Google Fonts, but on that website, I didn't find out where the report issue is except for the feedback with the issue typing.

punchcutter commented 1 year ago

This is a good place to post this issue. My guess is that it's because before Google Fonts only served the static fonts where overlaps are removed, but now they are serving the variable fonts which contain overlaps. Most apps don't understand how to handle this when applying effects like stroke. To make it work by yourself you can use the static fonts from this repo, but if you must use the fonts directly from Google then you'll probably have to wait for the apps to handle this correctly.

whitersun commented 1 year ago

Thank you, Maybe I think should use the font provided by this. Instead of using Google fonts or any CDN, Thank you very much.