UNPKG

threed-garden

Version:

ThreeD Garden: WebGL 3D Environment Interface for Next.JS React TypeScript Three.JS React-Three Physics, 2D Paper.JS; APIs: Apollo GraphQL, WordPress; CSS: Tailwind, Radix-UI; Libraries: FarmBot 3D; AI: OpenAI, DeepSeek

26 lines (21 loc) 414 B
import { Inter, Heebo, Signika, Lusitana } from 'next/font/google' export const inter = Inter({ subsets: ['latin'] }) export const lusitana = Lusitana({ weight: ['400', '700'], subsets: ['latin'], }) export const heebo = Heebo({ weight: ['400', '700'], subsets: ['latin'], }) export const signika = Signika({ weight: ['400', '700'], subsets: ['latin'], })