🆎Change Typography

Manage the theme Typography in one shot.

Change In Typography

For Change Typography - Go to src/config.ts

src/config.ts
const config: ConfigProps = {
  sidebarDrawer: true,
  customizerDrawer: false,
  miniSidebar: false,
  isHorizontalLayout: false,
  actTheme: 'light',
  fontTheme: 'Inter-var', // you can change it from here 1. Roboto 2. Inter 3. Poppins
  inputBg: false,
  themeContrast: false,
  boxed: false,
  isRtl: false

}; 

Last updated