Mantis Vuetify
  • Documentation
  • Pre-requisites
  • Quick Start
  • Directory Structure
  • ⛱️Theme UI
    • 🎛️Icons
    • 👓Change Logo
    • 🆎Change Typography
    • 🔮Theme Colors
    • ⚙️Theme Settings
  • 👨‍💻Development
    • State Management
    • Authentication
    • Axios API Calls
    • Routing
  • Dependencies
  • How to
    • Skip Auth
  • Roadmap
  • Support
  • Changelog
  • FAQ
Powered by GitBook
On this page
  1. Theme UI

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: true,
    Customizer_drawer: false,
    mini_sidebar: false,
    setHorizontalLayout: false, 
    actTheme: 'light',
    fontTheme: 'Public sans', // you can change it from here 1. Roboto 2. Inter 3. Poppins
    inputBg: false,
    boxed: false,
    isRtl: false
};               
PreviousChange LogoNextTheme Colors

Last updated 6 months ago

⛱️
🆎