Checkout Pro Version

Typography

Google fonts

1) Change the google fonts link as per your choice : package/src/css/globals.css
            
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
            
        
2) Change Font family : package/tailwind.config.ts
            
fontFamily: {
  sans: ['Manrope', 'system-ui', 'serif'], // Define a custom sans-serif font family
},