cleanup and add mobile support
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 54s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 54s
This commit is contained in:
7
src/common/fonts.ts
Normal file
7
src/common/fonts.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import { Inter } from "next/font/google";
|
||||
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const Fonts = {
|
||||
inter: inter,
|
||||
};
|
Reference in New Issue
Block a user