I am using Postman tool for hitting the REST api with request and response. I want to increase the font size of the request. Under Settings there seem to be just one option to increase the font size of the response but not for request.
How can the font size of the request be increased?
You can right click on the Collection Runner window > Inspect element. In the Network tab, you'll be able to see each request made when you start the collection run. Clicking on the request in the Network tab will show you the response payload.
To change the font size of a button, use the font-size property.
Use Ctrl + (key)
and =+
(key, near to Backspace button). Press all keys at the same time.
It's working.
You can change postman font in Settings->User Interface->Editor Font Size(px) option
see the image
The old postman app is just another webpage underneath it all, so use control +
For version 3, they've changed it to launch as a chrome desktop app. You can use a trick to open the developer tools, and change the fonts, or anything else, as you see fit. With Postman open, open a new tab in Chrome, and go to chrome://inspect/#apps. If Postman is open, you should see it listed in that page. Click the inspect link under it. Then you'll be able to inspect the elements whose fonts are too small, and change them. I believe it's just the input[type="text"].basic-text-input
CSS selector, where you'll want to disable/change the 1.3rem font-size rule.
You can use the Settings > UI size option to change the font size of the interface.
The reason you can't zoom with ctrl++
is that you are probably using the plus key in the numpad section of your keyboard. You need to use the plus key next to backspace key.
keyboard screenshot here
Click Ctrl + + to increase the font size of postman.
For MAC Users.
Postman -> Preferences -> Settings -> Shortcuts
Command + or Command -
For native client Go to Settings -> General -> User Interface -> Font size
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With