From 0f42746f567945e1c96503a0a00b7965ff03a837 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 25 Dec 2020 12:36:35 +0000 Subject: [PATCH] Zen font --- theme/zen/theme.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/theme/zen/theme.json b/theme/zen/theme.json index bd63fcac..ef5a543b 100644 --- a/theme/zen/theme.json +++ b/theme/zen/theme.json @@ -36,5 +36,8 @@ "main-bg-color-dm": "#5c4a40", "main-header-color-roles": "#5c4e41", "dropdown-bg-color": "#504e41", - "dropdown-bg-color-hover": "#444" + "dropdown-bg-color-hover": "#444", + "header-font": "'Barlow-Regular'", + "*font-family": "'Barlow-Regular'", + "*src": "url('fonts/Barlow-Regular.woff2') format('woff2')" }