Switch the document editor font from a dropdown embedded in the editor footer. Built for writing: pick a comfortable reading/writing face and the CodeMirror editor updates live.
| Option | Source | Bundled |
|---|---|---|
| System | the shipped UI stack (-apple-system, …, sans-serif) |
no |
| Literata | SIL OFL — Google Fonts | ✅ variable woff2 |
| Georgia | OS serif | no |
| Inter | SIL OFL — rsms / Google Fonts | ✅ variable woff2 |
| Noto Sans | SIL OFL — Google | ✅ variable woff2 |
| Noto Sans Traditional Chinese | SIL OFL — Google (CJK TC) | ✅ variable woff2 |
| New Tegomin | SIL OFL — Google (Japanese serif) | ✅ woff2 |
| IBM Plex Sans | SIL OFL — IBM | ✅ variable woff2 |
Bundled faces are served from the add-on's own asset route and registered with
@font-face; "System" and "Georgia" use OS fonts and download nothing.
Font <select> is injected into the document editor status bar..active), mirrored onto a wf-live class on .editor-pane that scopes the
override.localStorage under piclaw_writer_font.Add-on code: MIT. Bundled fonts are licensed under the SIL Open Font License
1.1 — see fonts/OFL-NOTICE.md for per-family attribution and upstream
sources.