mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
removed display: swap from next font
This commit is contained in:
parent
0838ef3f59
commit
971ed5a5aa
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import { Inter } from "next/font/google";
|
|||
// If loading a variable font, you don't need to specify the font weight
|
||||
const inter = Inter({
|
||||
subsets: ["latin"],
|
||||
display: "swap",
|
||||
// display: "swap",
|
||||
});
|
||||
|
||||
export const metadata = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue