Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to increase the font size of the request in postman tool?

Tags:

css

fonts

postman

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?

like image 384
worrynerd Avatar asked Jul 13 '15 16:07

worrynerd


People also ask

How do you check Postman size request?

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.

How do I increase the font size of a button?

To change the font size of a button, use the font-size property.


8 Answers

Use Ctrl + (key) and =+ (key, near to Backspace button). Press all keys at the same time.

It's working.

like image 63
Jainy Avatar answered Sep 21 '22 08:09

Jainy


You can change postman font in Settings->User Interface->Editor Font Size(px) option

see the image

like image 29
Razi Kallayi Avatar answered Sep 21 '22 08:09

Razi Kallayi


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.

like image 43
DaveS Avatar answered Sep 22 '22 08:09

DaveS


You can use the Settings > UI size option to change the font size of the interface.

like image 30
Abhinav Avatar answered Sep 21 '22 08:09

Abhinav


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

like image 22
Microcipcip Avatar answered Sep 18 '22 08:09

Microcipcip


Click Ctrl + + to increase the font size of postman.

like image 45
Saathvika Avatar answered Sep 22 '22 08:09

Saathvika


For MAC Users.

Postman -> Preferences -> Settings -> Shortcuts

Command + or Command -

enter image description here

like image 20
Jackson Avatar answered Sep 20 '22 08:09

Jackson


For native client Go to Settings -> General -> User Interface -> Font size

enter image description here

like image 33
Alma Z Avatar answered Sep 19 '22 08:09

Alma Z