From a6f050ebdbcbab5fafb2e76401174f329110dfb4 Mon Sep 17 00:00:00 2001 From: Snuggs Date: Tue, 23 Jul 2019 15:46:47 -0400 Subject: [PATCH] Add typography to import --- index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.css b/index.css index 9e0acdec87..e4f41190f7 100644 --- a/index.css +++ b/index.css @@ -1,3 +1,6 @@ +@import '/typography.css'; + + :root { --margin: 0 0; }