> For the complete documentation index, see [llms.txt](https://codedthemes.gitbook.io/berry-vuetify/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codedthemes.gitbook.io/berry-vuetify/theme-config/theme-config-1.md).

# Change Typography

## Change In Typography

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

<pre class="language-typescript" data-title="Config.ts"><code class="lang-typescript"><strong>const config: ConfigProps = {
</strong>    Sidebar_drawer: true,
    Customizer_drawer: false,
    mini_sidebar: false,
    setHorizontalLayout: false, 
    actTheme: 'PurpleTheme',
    themeMode: ThemeMode.Light,
    fontTheme: 'Roboto', // you can change it from here 1. Roboto 2. Inter 3. Poppins
    inputBg: false,
    boxed: false,
    isRtl: false
};               
</code></pre>
