From 7b77ff766ec76575e816d0b6d954d1fcc77485d6 Mon Sep 17 00:00:00 2001 From: stacksmash76 <98354295+stacksmash76@users.noreply.github.com> Date: Sat, 9 Sep 2023 23:07:00 +0200 Subject: [PATCH] enhancement(web): improve font loading performance and avoid page reflow (#1087) * enhancement: improve font loading performance and avoid page reflow chore: get rid of postcss-import (we're not using it and it's not needed for tailwind) * fix indent --- web/index.html | 22 ++++++++++++++++++++++ web/package.json | 2 -- web/pnpm-lock.yaml | 10 ---------- web/postcss.config.js | 1 - web/public/Inter.var.woff2 | Bin 0 -> 324864 bytes web/src/index.css | 5 ----- web/src/index.tsx | 1 - web/vite.config.ts | 16 ++++++++++++++++ 8 files changed, 38 insertions(+), 19 deletions(-) create mode 100644 web/public/Inter.var.woff2 diff --git a/web/index.html b/web/index.html index 740ece0..eeadb88 100644 --- a/web/index.html +++ b/web/index.html @@ -11,6 +11,7 @@ + @@ -18,6 +19,27 @@