Increase code font size in firefox developer tool

前端 未结 11 1900
别跟我提以往
别跟我提以往 2021-01-30 03:07

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.

11条回答
  •  北恋
    北恋 (楼主)
    2021-01-30 03:41

    As John said, the way to increase the font-size in the devtools is to use ctrl/cmd+, just like you would on a web page. In fact the devtools is a webpage. You just need to make sure that the devtools frame is focused first.

    I'm afraid there's no way to only increase the font-size for the code right now.

提交回复
热议问题