From d3b44e7d9526a01b7ef7cea1a4f761fb5b2cfcac Mon Sep 17 00:00:00 2001 From: Ludo Date: Thu, 19 Aug 2021 10:29:50 -0400 Subject: [PATCH] Update font style for Default preset (#435) * Update font style for Default preset * updated default in settings_schema --- config/settings_data.json | 4 ++-- config/settings_schema.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/settings_data.json b/config/settings_data.json index 70eee388fd6..dac793bb11b 100644 --- a/config/settings_data.json +++ b/config/settings_data.json @@ -9,8 +9,8 @@ "colors_outline_button_labels": "#121212", "colors_background_1": "#FFFFFF", "colors_background_2": "#F3F3F3", - "type_header_font": "lato_n3", - "type_body_font": "lato_n3", + "type_header_font": "assistant_n4", + "type_body_font": "assistant_n4", "sections": { "announcement-bar": { "type": "announcement-bar", diff --git a/config/settings_schema.json b/config/settings_schema.json index f8b2902ae1f..6446ea52d56 100644 --- a/config/settings_schema.json +++ b/config/settings_schema.json @@ -76,7 +76,7 @@ { "type": "font_picker", "id": "type_header_font", - "default": "lato_n3", + "default": "assistant_n4", "label": "t:settings_schema.typography.settings.type_header_font.label", "info": "t:settings_schema.typography.settings.type_header_font.info" }, @@ -87,7 +87,7 @@ { "type": "font_picker", "id": "type_body_font", - "default": "lato_n3", + "default": "assistant_n4", "label": "t:settings_schema.typography.settings.type_body_font.label", "info": "t:settings_schema.typography.settings.type_body_font.info" }