From cf99dc7ae225c139afa6b18b43e63bf7bb0c8e22 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Thu, 5 Oct 2023 12:41:19 -0400 Subject: [PATCH] fix README example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e84798..c9bbefc 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ import normalizeCss from "stitches-normalize"; const globalStyles = globalCss( ...normalizeCss({ // default options, see below: - fontFamilies: true, + systemFonts: true, webkitPrefixes: true, mozPrefixes: true, }), {