Workspace app typography¶
URL: https://mkdocs.justinsforge.com/memory/general/reference_workspace_font/
workspace.justinsforge.com font, in scripts/forge_workspace_ui_base.py (the BASE
template's <style> + <head>).
Current (since 2026-06-16): Notion's native system UI font stack (no web
font, matches Notion exactly , SF Pro on macOS, Segoe UI on Windows):
-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,"Apple Color Emoji",Arial,sans-serif,"Segoe UI Emoji","Segoe UI Symbol".
Base size 15px/1.5. This also removed the Google Fonts <link>s (which were
throwing gstatic CORS console errors).
Previous (revert target): Google "Outfit" loaded via Google Fonts.
To revert: restore the 3 Google Fonts <link> lines (preconnect x2 + the Outfit
css2 stylesheet) in <head>, and set the body font to
15px/1.5 "Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif.
The exact lines are also kept as an HTML comment in BASE <head>. Git ref before
the switch: commit e125f6b.
Notion serif/mono options (if ever offered): serif = Lyon-Text/Georgia; mono = iA Writer Mono/Menlo/monospace. The finances app still uses Outfit (unchanged).