diff --git a/frontend/src/lib/components/reader/epub-reader.svelte b/frontend/src/lib/components/reader/epub-reader.svelte
index 3cd4577..bd38bcb 100644
--- a/frontend/src/lib/components/reader/epub-reader.svelte
+++ b/frontend/src/lib/components/reader/epub-reader.svelte
@@ -1,7 +1,14 @@
+
+
+
+
+ Reading
+
+ {isFixedLayout
+ ? 'This book has a fixed layout, so its typography is set by the publisher.'
+ : 'Applies to every book you read.'}
+
+
+
+
+ {#if !isFixedLayout}
+
+
+ Typography
+
+
+
+
+ state.set('fontFamily', event.currentTarget.value)}
+ >
+ {#each READER_FONT_OPTIONS as font (font.value)}
+
+ {/each}
+
+