From 04af08332bafeb33f17c9b8e1c2bfb59facad073 Mon Sep 17 00:00:00 2001 From: "Ng Wing Tat, David" Date: Fri, 6 Dec 2024 22:34:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20smaller=20font=20sizes=20f?= =?UTF-8?q?or=20EPUB=20reader?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/reader/epub.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/reader/epub.vue b/src/pages/reader/epub.vue index b5c24c091..25bafbb29 100644 --- a/src/pages/reader/epub.vue +++ b/src/pages/reader/epub.vue @@ -261,7 +261,7 @@ import { getDownloadFilenameFromURL } from '~/util/nft-book'; import { READER_ALLOW_SCRIPTED_CONTENT_OWNER_WALLET_LIST } from '~/constant'; -const FONT_SIZES = [26, 28, 32, 36, 40, 44, 48, 56, 60]; +const FONT_SIZES = [16, 18, 20, 24, 28, 32, 36, 40, 44, 48, 56, 60]; function flattenTOC(toc, level = 0) { const result = [];