este / este

This repo is suspended.
https://typescript.fun/
MIT License
5.38k stars 511 forks source link

Move font smoothing to theme #1702

Closed steida closed 5 years ago

steida commented 5 years ago
this.text = {
  color: colors.foreground,
  fontFamily:
    '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',
  ...typography.scale(0),
  // @ts-ignore
  WebkitFontSmoothing: 'antialiased',
  // @ts-ignore
  MozOsxFontSmoothing: 'grayscale',
};
steida commented 5 years ago

Sunsetting.