Skip to content

Commit

Permalink
feat: commenting out fonts logic for now
Browse files Browse the repository at this point in the history
  • Loading branch information
BLuEScioN committed Jan 16, 2025
1 parent 89bbe53 commit 94cb3b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/theme/fonts.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Instrument_Sans, Inter } from 'next/font/google';
import localFont from 'next/font/local';
// import { Instrument_Sans, Inter } from 'next/font/google';
// import localFont from 'next/font/local';

// export const inter = Inter({
// subsets: ['latin'],
Expand Down

0 comments on commit 94cb3b5

Please sign in to comment.