mirror of https://github.com/almqv/wych.dev
parent
341aae53a9
commit
a1b6d0fead
@ -0,0 +1,9 @@ |
|||||||
|
import { GeistMono } from "geist/font/mono"; |
||||||
|
import { GeistSans } from "geist/font/sans"; |
||||||
|
|
||||||
|
const fonts = { |
||||||
|
sans: GeistSans, |
||||||
|
mono: GeistMono, |
||||||
|
}; |
||||||
|
|
||||||
|
export default fonts; |
Loading…
Reference in new issue