a tool for shared writing and social publishing

use custom fonts in footnotes

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