diff --git a/public/fonts/ember/Amazon-Ember-Medium.ttf b/public/fonts/ember/Amazon-Ember-Medium.ttf deleted file mode 100644 index 8c731e96..00000000 Binary files a/public/fonts/ember/Amazon-Ember-Medium.ttf and /dev/null differ diff --git a/public/fonts/ember/Amazon-Ember-MediumItalic.ttf b/public/fonts/ember/Amazon-Ember-MediumItalic.ttf deleted file mode 100644 index 76afa50e..00000000 Binary files a/public/fonts/ember/Amazon-Ember-MediumItalic.ttf and /dev/null differ diff --git a/public/fonts/ember/AmazonEmber_Bd.ttf b/public/fonts/ember/AmazonEmber_Bd.ttf deleted file mode 100644 index aee22007..00000000 Binary files a/public/fonts/ember/AmazonEmber_Bd.ttf and /dev/null differ diff --git a/public/fonts/ember/AmazonEmber_BdIt.ttf b/public/fonts/ember/AmazonEmber_BdIt.ttf deleted file mode 100644 index 0ff95baf..00000000 Binary files a/public/fonts/ember/AmazonEmber_BdIt.ttf and /dev/null differ diff --git a/public/fonts/ember/AmazonEmber_He.ttf b/public/fonts/ember/AmazonEmber_He.ttf deleted file mode 100644 index b44ad9f1..00000000 Binary files a/public/fonts/ember/AmazonEmber_He.ttf and /dev/null differ diff --git a/public/fonts/ember/AmazonEmber_HeIt.ttf b/public/fonts/ember/AmazonEmber_HeIt.ttf deleted file mode 100644 index 9e02baa0..00000000 Binary files a/public/fonts/ember/AmazonEmber_HeIt.ttf and /dev/null differ diff --git a/public/fonts/ember/AmazonEmber_Lt.ttf b/public/fonts/ember/AmazonEmber_Lt.ttf deleted file mode 100644 index a32aee2a..00000000 Binary files a/public/fonts/ember/AmazonEmber_Lt.ttf and /dev/null differ diff --git a/public/fonts/ember/AmazonEmber_LtIt.ttf b/public/fonts/ember/AmazonEmber_LtIt.ttf deleted file mode 100644 index ad3b4d05..00000000 Binary files a/public/fonts/ember/AmazonEmber_LtIt.ttf and /dev/null differ diff --git a/public/fonts/ember/AmazonEmber_Rg.ttf b/public/fonts/ember/AmazonEmber_Rg.ttf deleted file mode 100644 index f17f7b49..00000000 Binary files a/public/fonts/ember/AmazonEmber_Rg.ttf and /dev/null differ diff --git a/public/fonts/ember/AmazonEmber_RgIt.ttf b/public/fonts/ember/AmazonEmber_RgIt.ttf deleted file mode 100644 index 05c1af8c..00000000 Binary files a/public/fonts/ember/AmazonEmber_RgIt.ttf and /dev/null differ diff --git a/public/fonts/ember/AmazonEmber_Th.ttf b/public/fonts/ember/AmazonEmber_Th.ttf deleted file mode 100644 index 09b020f6..00000000 Binary files a/public/fonts/ember/AmazonEmber_Th.ttf and /dev/null differ diff --git a/public/fonts/ember/AmazonEmber_ThIt.ttf b/public/fonts/ember/AmazonEmber_ThIt.ttf deleted file mode 100644 index 2237ccb8..00000000 Binary files a/public/fonts/ember/AmazonEmber_ThIt.ttf and /dev/null differ diff --git a/public/fonts/google-sans/GoogleSans-Bold.ttf b/public/fonts/google-sans/GoogleSans-Bold.ttf deleted file mode 100644 index 71b847f8..00000000 Binary files a/public/fonts/google-sans/GoogleSans-Bold.ttf and /dev/null differ diff --git a/public/fonts/google-sans/GoogleSans-BoldItalic.ttf b/public/fonts/google-sans/GoogleSans-BoldItalic.ttf deleted file mode 100644 index 82e0e6a1..00000000 Binary files a/public/fonts/google-sans/GoogleSans-BoldItalic.ttf and /dev/null differ diff --git a/public/fonts/google-sans/GoogleSans-Italic.ttf b/public/fonts/google-sans/GoogleSans-Italic.ttf deleted file mode 100644 index 1f9059a5..00000000 Binary files a/public/fonts/google-sans/GoogleSans-Italic.ttf and /dev/null differ diff --git a/public/fonts/google-sans/GoogleSans-Medium.ttf b/public/fonts/google-sans/GoogleSans-Medium.ttf deleted file mode 100644 index 8b9aebc9..00000000 Binary files a/public/fonts/google-sans/GoogleSans-Medium.ttf and /dev/null differ diff --git a/public/fonts/google-sans/GoogleSans-MediumItalic.ttf b/public/fonts/google-sans/GoogleSans-MediumItalic.ttf deleted file mode 100644 index 407b297d..00000000 Binary files a/public/fonts/google-sans/GoogleSans-MediumItalic.ttf and /dev/null differ diff --git a/public/fonts/google-sans/GoogleSans-Regular.ttf b/public/fonts/google-sans/GoogleSans-Regular.ttf deleted file mode 100644 index cc37c3f3..00000000 Binary files a/public/fonts/google-sans/GoogleSans-Regular.ttf and /dev/null differ diff --git a/public/fonts/google-sans/GoogleSans-SemiBold.ttf b/public/fonts/google-sans/GoogleSans-SemiBold.ttf deleted file mode 100644 index b80284d2..00000000 Binary files a/public/fonts/google-sans/GoogleSans-SemiBold.ttf and /dev/null differ diff --git a/public/fonts/google-sans/GoogleSans-SemiBoldItalic.ttf b/public/fonts/google-sans/GoogleSans-SemiBoldItalic.ttf deleted file mode 100644 index 4d348491..00000000 Binary files a/public/fonts/google-sans/GoogleSans-SemiBoldItalic.ttf and /dev/null differ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 274030ed..d614012f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,7 +1,5 @@ import type { Metadata } from "next"; import "./globals.css"; -import localFont from "next/font/local"; -import { APP_FONT } from "./font-config"; import { ThemeProvider } from "@app/providers/ThemeProvider"; import EnvProvider from "@app/providers/EnvProvider"; import { pullEnv } from "@app/lib/pullEnv"; @@ -34,73 +32,6 @@ export const metadata: Metadata = { export const dynamic = "force-dynamic"; -const ember = localFont({ - src: [ - { - path: "../../public/fonts/ember/AmazonEmber_Th.ttf", - weight: "100", - style: "normal" - }, - { - path: "../../public/fonts/ember/AmazonEmber_ThIt.ttf", - weight: "100", - style: "italic" - }, - { - path: "../../public/fonts/ember/AmazonEmber_Lt.ttf", - weight: "300", - style: "normal" - }, - { - path: "../../public/fonts/ember/AmazonEmber_LtIt.ttf", - weight: "300", - style: "italic" - }, - { - path: "../../public/fonts/ember/AmazonEmber_Rg.ttf", - weight: "400", - style: "normal" - }, - { - path: "../../public/fonts/ember/AmazonEmber_RgIt.ttf", - weight: "400", - style: "italic" - }, - { - path: "../../public/fonts/ember/Amazon-Ember-Medium.ttf", - weight: "500", - style: "normal" - }, - { - path: "../../public/fonts/ember/Amazon-Ember-MediumItalic.ttf", - weight: "500", - style: "italic" - }, - { - path: "../../public/fonts/ember/AmazonEmber_Bd.ttf", - weight: "700", - style: "normal" - }, - { - path: "../../public/fonts/ember/AmazonEmber_BdIt.ttf", - weight: "700", - style: "italic" - }, - { - path: "../../public/fonts/ember/AmazonEmber_He.ttf", - weight: "800", - style: "normal" - }, - { - path: "../../public/fonts/ember/AmazonEmber_HeIt.ttf", - weight: "800", - style: "italic" - } - ], - variable: "--font-ember", - display: "swap" -}); - const inter = Inter({ subsets: ["latin"] });