From 44e983d6dd3388b070d3aa712a6daa75d403f768 Mon Sep 17 00:00:00 2001 From: bashrc Date: Tue, 12 May 2026 15:38:13 +0100 Subject: [PATCH] Font size --- theme/typewriter/theme.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/theme/typewriter/theme.json b/theme/typewriter/theme.json index 5831f5b01..45839dfff 100644 --- a/theme/typewriter/theme.json +++ b/theme/typewriter/theme.json @@ -38,10 +38,10 @@ "font-size-newswire": "18px", "font-size-newswire-mobile": "38px", "font-size": "28px", - "font-size2": "28px", - "font-size3": "28px", - "font-size4": "28px", - "font-size5": "28px", + "font-size2": "24px", + "font-size3": "24px", + "font-size4": "32px", + "font-size5": "32px", "rgba(0, 0, 0, 0.5)": "rgba(0, 0, 0, 0.0)", "column-left-color": "#fbfbf6", "main-bg-color": "#fbfbf6",