From 1cccac4aab04dde32742ba97a52f5229be9f60d5 Mon Sep 17 00:00:00 2001 From: Jared Hirsch Date: Mon, 18 Mar 2013 16:31:36 -0700 Subject: [PATCH] Update fantastic-front-end-performance-3--connect-fonts.md --- fantastic-front-end-performance-3--connect-fonts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fantastic-front-end-performance-3--connect-fonts.md b/fantastic-front-end-performance-3--connect-fonts.md index fae0cd5..b57fc3f 100644 --- a/fantastic-front-end-performance-3--connect-fonts.md +++ b/fantastic-front-end-performance-3--connect-fonts.md @@ -1,6 +1,6 @@ # Fantastic front end performance, part 3 - Serving smaller fonts for big performance wins - A Node.js holiday season, part 8 -We used font subsetting to reduce Persona's font footprint 85%, from 300 KB to 45 KB. This post outlines exactly how we implemented these performance improvements, and gives you tools to do the same. +We reduced Persona's font footprint 85%, from 300 KB to 45 KB, using this one weird trick (font subsetting). This post outlines exactly how we implemented these performance improvements, and gives you tools to do the same. ## Introducing connect-fonts