What is the font that is used in devtools?

Hi,

I would like my extension devtools panel to look the same as other panels. What is the font that I can use?

Currently, it’s displayed using the default font

Thank you for your help

Edit
I used this combination, it’s looking better

font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

See https://firefox-dev.tools/photon/visuals/typography.html for details on the devtools typography.

1 Like