From aad0ffb87fe3495bd3de04518dafe8aa0284f2f9 Mon Sep 17 00:00:00 2001 From: bashrc Date: Tue, 12 May 2026 14:30:18 +0100 Subject: [PATCH] Change font --- 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 02c092b25..cabb5199f 100644 --- a/theme/typewriter/theme.json +++ b/theme/typewriter/theme.json @@ -90,10 +90,10 @@ "title-text": "#282c37", "title-background": "#ccc", "gallery-text-color": "black", - "header-font": "'Special Elite', monospace", - "*font-family": "'Special Elite', monospace", - "*src": "url('./fonts/SpecialElite.ttf') format('truetype')", - "**src": "url('./fonts/SpecialElite.ttf') format('truetype')", + "header-font": "'solidaric', monospace", + "*font-family": "'solidaric', monospace", + "*src": "url('./fonts/solidaric.woff2') format('woff2')", + "**src": "url('./fonts/solidaric-italic.woff2') format('woff2')", "reply-icon-direction": "-1", "likes-names-margin": "2%", "likes-names-size1": "30px",