Revert "Inter 4.0 (#12766)" (#12839)

This commit is contained in:
Peer Richelsen 2023-12-16 14:21:22 -08:00 committed by GitHub
parent b4db3a75a8
commit a323e06e88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 7 deletions

View File

@ -1,4 +1,5 @@
import { DefaultSeo } from "next-seo";
import { Inter } from "next/font/google";
import localFont from "next/font/local";
import Head from "next/head";
import Script from "next/script";
@ -17,13 +18,7 @@ export interface CalPageWrapper {
PageWrapper?: AppProps["Component"]["PageWrapper"];
}
const interFont = localFont({
src: "../fonts/InterVariable.woff2",
variable: "--font-inter",
preload: true,
display: "swap",
});
const interFont = Inter({ subsets: ["latin"], variable: "--font-inter", preload: true, display: "swap" });
const calFont = localFont({
src: "../fonts/CalSans-SemiBold.woff2",
variable: "--font-cal",

Binary file not shown.