zachleat’s avatarzachleat’s Twitter Archive—№ 14,728

  1. Doing a perf review and was able to reduce 1.7MB of misconfigured web fonts to 20KB with minimal rendering differences. Feeling useful 😎
    1. …in reply to @zachleat
      Mistakes: * src: SVG format first * No gzip on SVG fonts * SVG DL’d w/o rendering (Safari) * WOFF DL’d as backup * No WOFF2 * No subsetting
      1. …in reply to @zachleat
        Reminder: Don’t use SVG fonts. They aren't doing you any favors, and in some cases are doing harm.