Typography
            
              
                Google fonts
                Change the google fonts link as per your choice : package/src/app/layout.tsx
                
                        
import { Inter } from "next/font/google";
const inter = Inter({ subsets: ["latin"] });
                        
                    
              
            
            
            
            
        
Google fonts
Change the google fonts link as per your choice : package/src/app/layout.tsx
                        
import { Inter } from "next/font/google";
const inter = Inter({ subsets: ["latin"] });