chore: replace third party @next/font with next/font (#145)

This commit is contained in:
Raj Savaliya
2023-04-03 10:45:23 +05:30
committed by GitHub
parent 4444c28b9f
commit 81ee0de71c
3 changed files with 3 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import { Inter as FontSans } from "@next/font/google"
import { Inter as FontSans } from "next/font/google"
import "@/styles/globals.css"
import { cn } from "@/lib/utils"

View File

@@ -3,7 +3,7 @@
import {
JetBrains_Mono as FontMono,
Inter as FontSans,
} from "@next/font/google"
} from "next/font/google"
const fontSans = FontSans({
subsets: ["latin"],

View File

@@ -14,7 +14,6 @@
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache"
},
"dependencies": {
"@next/font": "^13.1.6",
"@radix-ui/react-accessible-icon": "^1.0.1",
"@radix-ui/react-accordion": "^1.1.0",
"@radix-ui/react-alert-dialog": "^1.0.2",
@@ -50,7 +49,7 @@
"cmdk": "^0.1.21",
"contentlayer": "^0.3.0",
"lucide-react": "0.105.0-alpha.4",
"next": "^13.1.6",
"next": "13.2.4",
"next-contentlayer": "^0.3.0",
"next-themes": "^0.2.1",
"react": "^18.2.0",