Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Increase code font size in firefox developer tool

How to increase code fonts in Firefox developer tools? I know that there is a zoom function but I want to set the font size only for the code.

like image 420
LDMdev Avatar asked Dec 03 '14 13:12

LDMdev


People also ask

How do I enlarge the text in Firefox?

Using the zoom settings in the Firefox menu to make text larger. Select the Menu button in the top-right of the Firefox web browser. In the Zoom section, select the + (plus) button to increase the size of text and images. Select the - (minus) button to decrease the size of text and images.


2 Answers

  1. Open Firefox Developer Tools
  2. Press Ctrl++ on Unix/Win or Cmd++ on Mac

To be clear, I mean the + key. You don't need to hold the Shift key while doing it.

like image 127
John Karahalis Avatar answered Sep 29 '22 18:09

John Karahalis


Maybe an easier way will be to open about:config and set devtools.toolbox.zoomValue to bigger value.

like image 20
vaklinzi Avatar answered Sep 29 '22 18:09

vaklinzi