Skip to content

Commit

Permalink
Change the fonts on the website
Browse files Browse the repository at this point in the history
  • Loading branch information
mineTomek committed Dec 31, 2023
1 parent 63bc03e commit c75d94c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/fonts.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Inter, Kdam_Thmor_Pro } from 'next/font/google'
import { Noto_Sans_Cuneiform, Rubik } from 'next/font/google'

const title = Kdam_Thmor_Pro({ subsets: ['latin'], weight: '400' })
const content = Inter({ subsets: ['latin'] })
const title = Rubik({ subsets: ['latin'], weight: '400' })
const content = Noto_Sans_Cuneiform({ subsets: ['latin'], weight: '400' })

export function getTitleFont() {
return title
Expand Down

1 comment on commit c75d94c

@vercel
Copy link

@vercel vercel bot commented on c75d94c Dec 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.