mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49: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
|
@ -9,11 +9,6 @@
|
|||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: "InterVariable", "Inter Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
|
||||
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
|
||||
sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
code {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue