Tiggles ツ
1/29/2018 - 1:23 PM

Apple web font

some styling that apple uses on their site for clearer text

body {
  font-synthesis: none;
  -moz-font-feature-settings: 'kern';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}