Increase the font size of ChatGPT answers
The Problem with Small Font Sizes in ChatGPT
The default font size on chatgpt.com is relatively small, which can cause significant eye strain during long research sessions or coding reviews. If you are reading detailed articles, analyzing complex logic, or working on a high-resolution screen, the small text size can make it difficult to focus.
Unfortunately, ChatGPT does not offer a built-in setting to increase the text size of its responses. The default browser solution is to zoom in (using Ctrl + Plus or Cmd + Plus). However, browser zooming scales the entire page layout proportionally. This means your sidebars, input fields, header bars, and buttons all grow excessively large, which clutter your workspace and forces you to scroll horizontally to read sentences.
The Manual Method: Adjusting Font Size via CSS
To increase only the text size of ChatGPT's replies without scaling the rest of the interface, you can manually inject custom CSS styles. Here is the honest, step-by-step process:
- Right-click on a paragraph inside a ChatGPT reply and select "Inspect" to open the browser's Developer Tools.
- In the HTML pane, locate the text container class (usually containing classes like
proseormarkdown). - Click on the element in the developer tools, and in the "Styles" sidebar on the right, click inside the selector and add the property:
font-size: 1.25rem;(or20px;) and press Enter.
This manual method instantly increases the size of the text to a comfortable reading level. However, this CSS modification is completely temporary. As soon as you navigate to another conversation or refresh your browser tab, the custom style is lost, and the text reverts to its original small size.
The One-Click Solution: Text Scaling with DevPause
You can adjust the text size permanently with a single click by using the free browser extension DevPause.
DevPause adds useful layout adjustment controls directly below the chat interface. Here is how to increase your font size: 1. Open ChatGPT and look at the DevPause button bar under the chat panel. 2. Click the font adjustment button to increase the text size.
The text inside all AI responses scales immediately to a larger, highly legible size. The layout of the rest of the page—including the sidebars, menus, and input fields—remains completely unaffected, maintaining your structured workspace.
DevPause is built with a strict privacy-first architecture. It runs entirely locally on your device, does not read your chat history, and never transmits your data or prompts to external servers. The text scaling feature works consistently across chatgpt.com, claude.ai, and gemini.google.com.
Get the extension here: https://devpause.vercel.app/
Frequently Asked Questions
Does the font size adjustment persist when I refresh the page?
Yes. DevPause saves your font preferences locally in your browser. Once you set a comfortable text size, it will automatically apply to all your future ChatGPT sessions.
Does this feature also increase the size of text inside code blocks?
Yes. DevPause scales both the regular response paragraphs and the text inside code containers proportionally, ensuring that all elements of the answer are easy to read.
Can I easily reset the text back to the default size?
Yes. The font scaling button functions as a simple toggle, allowing you to cycle through larger text options and return to the default styling with single clicks.