From b3229f3eede0db4897b66efd0a60ccbffdcfc91f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 15 Sep 2022 10:07:14 +0100 Subject: [PATCH] Light theme font --- theme/light/theme.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/theme/light/theme.json b/theme/light/theme.json index 1d1c0496a..8c03510ec 100644 --- a/theme/light/theme.json +++ b/theme/light/theme.json @@ -89,8 +89,9 @@ "title-text": "#282c37", "title-background": "#ccc", "gallery-text-color": "black", - "header-font": "'ElectrumADFExp-Regular'", - "*font-family": "'ElectrumADFExp-Regular'", - "*src": "url('./fonts/ElectrumADFExp-Regular.otf') format('opentype')", + "header-font": "'Atkinson'", + "*font-family": "'Atkinson'", + "*src": "url('./fonts//Atkinson-Hyperlegible-Regular.woff2') format('woff2')", + "**src": "url('./fonts/Atkinson-Hyperlegible-Italic.woff2') format('woff2')", "reply-icon-direction": "-1" }