Should we have "font-smoothing" set to "antialiased" or should we leave it unset? #3513
-
In the Segment App, we have this ancient setting to enable font-smoothing, which causes the fonts to look a little different from designs. Should this be removed to be more in line with Paste designs? /* Fix the thick text rendering on OSX */
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased; |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ideally, yeah, that would be something that gets removed from the app at some point. I don't think it needs to removed any time soon, the app is using evergreen and evergreen themed Paste which uses the same font as evergreen. So that font smoothing should be acting the same on both and be totally fine. Once we switch to the Twilio theme and we change the font to Twilio sans, then we might need to remove it from the app, but I don't think we're there yet. I wonder if you are seeing Figma designs using the Twilio theme? |
Beta Was this translation helpful? Give feedback.
Hi @cdignam-segment
Ideally, yeah, that would be something that gets removed from the app at some point. I don't think it needs to removed any time soon, the app is using evergreen and evergreen themed Paste which uses the same font as evergreen. So that font smoothing should be acting the same on both and be totally fine.
Once we switch to the Twilio theme and we change the font to Twilio sans, then we might need to remove it from the app, but I don't think we're there yet.
I wonder if you are seeing Figma designs using the Twilio theme?