From 08260f10e34106ed14b8c25f32bc1ab60fc6c60b Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Date: Thu, 9 Feb 2023 23:30:51 +0100 Subject: [PATCH] change back to Inter font --- public/index.html | 2 +- src/index.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 75c211a..e6a18b6 100644 --- a/public/index.html +++ b/public/index.html @@ -12,7 +12,7 @@ diff --git a/src/index.css b/src/index.css index becfc3a..d7a9ccf 100644 --- a/src/index.css +++ b/src/index.css @@ -65,7 +65,7 @@ html.light { body { margin: 0; - font-family: "Be Vietnam Pro", sans-serif; + font-family: "Inter", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-color: var(--bg-color);