♻️ Use built-in next/font instead of @next/font

This commit is contained in:
Luke Vella 2023-02-28 08:45:16 +00:00
parent e96c31b9c9
commit 6682c5347f
3 changed files with 1 additions and 7 deletions

View file

@ -20,7 +20,6 @@
"@floating-ui/react-dom-interactions": "^0.13.3",
"@headlessui/react": "^1.7.7",
"@next/bundle-analyzer": "^12.3.4",
"@next/font": "^13.1.4",
"@prisma/client": "^4.10.0",
"@radix-ui/react-popover": "^1.0.3",
"@sentry/nextjs": "^7.33.0",

View file

@ -2,10 +2,10 @@ import "react-big-calendar/lib/css/react-big-calendar.css";
import "tailwindcss/tailwind.css";
import "~/style.css";
import { Inter, Noto_Sans_Mono } from "@next/font/google";
import { inject } from "@vercel/analytics";
import { NextPage } from "next";
import { AppProps } from "next/app";
import { Inter, Noto_Sans_Mono } from "next/font/google";
import Head from "next/head";
import { appWithTranslation } from "next-i18next";
import { DefaultSeo } from "next-seo";

View file

@ -1365,11 +1365,6 @@
dependencies:
glob "7.1.7"
"@next/font@^13.1.4":
version "13.1.6"
resolved "https://registry.yarnpkg.com/@next/font/-/font-13.1.6.tgz#2bf99e3321ec9b4d65781c0d0ebff072e8752e1a"
integrity sha512-AITjmeb1RgX1HKMCiA39ztx2mxeAyxl4ljv2UoSBUGAbFFMg8MO7YAvjHCgFhD39hL7YTbFjol04e/BPBH5RzQ==
"@next/swc-android-arm-eabi@13.2.1":
version "13.2.1"
resolved "https://registry.yarnpkg.com/@next/swc-android-arm-eabi/-/swc-android-arm-eabi-13.2.1.tgz#67f2580fbbe05ee006220688972c5e3a555fc741"