How to reduce font size

Created on 11 March 2025, 5 months ago

Problem/Motivation

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

💬 Support request
Status

Active

Version

11.0

Component

Documentation

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @kdp321
  • 🇮🇳India ravis

    Hello,

    Define the font size in your theme style.css file. Like:

    /* For mobile devices */
    html {
      font-size: 14px;
    }
    /* For laptop and desktop */
    @media (min-width: 768px) {
      html {
        font-size: 14px;
      }
    }
    

    I hope this was helpful and resolves your issue!

Production build 0.71.5 2024