Tiggles ツ of Speak Creative
11/28/2018 - 5:41 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;
}