Default Font Family for Code in JupyterLab?

What is the default Font Family for Code in Jupyter Lab?

The JupyterLab TextEditor config says

“fontFamily”: null

null is the default in the settings.
the fonts are defined by the themes in their css i.e.;
--jp-code-font-family-default: menlo, consolas, 'DejaVu Sans Mono', monospace;

2 Likes