From 7c1f478c457639cd0fda3cd351ce4d35df78c0f4 Mon Sep 17 00:00:00 2001 From: Tuan Cao Date: Thu, 17 Mar 2022 15:43:21 +0700 Subject: [PATCH] Basic styling of the site using some obsidian css... More --- styles/global.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/styles/global.css b/styles/global.css index 571bc8b..f8f36c6 100644 --- a/styles/global.css +++ b/styles/global.css @@ -2,10 +2,7 @@ html, body { padding: 0; margin: 0; - font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, - Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; - line-height: 1.6; - font-size: 18px; + font-family: 'Inter', sans-serif; } * {