tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
27
pulls
pipelines
use custom fonts in footnotes
awarm.space
1 day ago
8a00c9de
0654ea2e
+3
-1
1 changed file
expand all
collapse all
unified
split
app
globals.css
+3
-1
app/globals.css
···
203
203
}
204
204
205
205
/* Scope custom fonts to document content only (not sidebar/UI chrome) */
206
206
-
.pageScrollWrapper {
206
206
+
.pageScrollWrapper,
207
207
+
.footnote-side-column,
208
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
}