Overleaf Editor Fonts+ is a small Chrome extension that adds extra developer‑friendly fonts to Overleaf's editor font list and lets you control which custom fonts appear there.
- Injects additional font choices into Overleaf's Menu → Settings → Appearance → Font family dropdown.
- Applies your selected font to the Overleaf editor (Ace / CodeMirror).
- Lets you configure which fonts are available and their CSS
font-familystacks from an options page.
- Clone or download this repository.
- In Chrome/Chromium‑based browsers, open
chrome://extensions. - Enable Developer mode (top right).
- Click Load unpacked.
- Select the folder that contains
manifest.json(this repo’s root).
The extension should now appear as Overleaf Editor Fonts+ in your extensions list.
- Go to
chrome://extensions. - Find Overleaf Editor Fonts+ and click Details.
- Click Extension options.
- In the options page you can:
- Enable/disable individual custom fonts.
- Edit the display name shown in Overleaf.
- Edit the CSS
font-familystack (e.g."JetBrains Mono", "JetBrainsMonoNL", monospace). - Add new custom fonts or restore defaults.
- Click Save, then reload your Overleaf tab and reopen Menu → Settings → Appearance to see the updated list.
Note: A font will only render correctly if it is installed/available on your system; otherwise the browser will fall back to a default monospace font.