mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
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
This commit is contained in:
parent
64f81a4614
commit
7b77ff766e
8 changed files with 38 additions and 19 deletions
|
@ -7,7 +7,6 @@ import { StrictMode } from "react";
|
|||
import { createRoot } from "react-dom/client";
|
||||
import { Buffer } from "buffer";
|
||||
|
||||
import "@fontsource-variable/inter";
|
||||
import "./index.css";
|
||||
import "react-tooltip/dist/react-tooltip.css";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue