🆎Change Typography

Manage the theme Typography in one shot.

Change In Typography

For Change Typography - Go to src/theme/config.ts

Config.ts
const config: ConfigProps = {
    Sidebar_drawer: null,
    Customizer_drawer: false,
    mini_sidebar: false,
    setHorizontalLayout: false, 
    actTheme: 'PurpleTheme',
    fontTheme: 'Roboto', // you can change it from here 1. Roboto 2. Inter 3. Poppins
    inputBg: false,
    boxed: true
};               

Last updated