a tool for shared writing and social publishing
0

Configure Feed

Select the types of activity you want to include in your feed.

use font in interactions panel

Jared Pereira (Mar 10, 2026, 1:17 PM EDT) 758995e3 2520133e

+2 -1
+2 -1
app/globals.css
··· 205 205 /* Scope custom fonts to document content only (not sidebar/UI chrome) */ 206 206 .pageScrollWrapper, 207 207 .footnote-side-column, 208 - .footnote-popover { 208 + .footnote-popover, 209 + #interaction-drawer { 209 210 font-family: var(--theme-font, var(--font-quattro)); 210 211 font-size: var(--theme-font-base-size, 16px); 211 212 }