Liam
c054a31008
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 54s
8 lines
131 B
TypeScript
8 lines
131 B
TypeScript
import { Inter } from "next/font/google";
|
|
|
|
const inter = Inter({ subsets: ["latin"] });
|
|
|
|
export const Fonts = {
|
|
inter: inter,
|
|
};
|