From 0fe75971eb92d5a374a4c269f90d402797acb7c7 Mon Sep 17 00:00:00 2001 From: Dillon Kearns Date: Fri, 10 Dec 2021 12:08:22 -0800 Subject: [PATCH] Use system-ui for starter. --- generator/template/public/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/generator/template/public/style.css b/generator/template/public/style.css index e69de29b..54e64251 100644 --- a/generator/template/public/style.css +++ b/generator/template/public/style.css @@ -0,0 +1,3 @@ +body { + font-family: system-ui; +}