From 7faa0a1d1ec209b43e289f32354bfea18f72ecf1 Mon Sep 17 00:00:00 2001 From: Csaba Date: Fri, 6 Oct 2023 18:15:39 +0200 Subject: [PATCH 1/2] add system font adding a system font as an alternative for web fonts --- theme.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme.json b/theme.json index 93adba7c..e6c02d00 100644 --- a/theme.json +++ b/theme.json @@ -236,6 +236,11 @@ "fontFamily": "Cardo", "name": "Cardo", "slug": "heading" + }, + { + "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif", + "name": "System Font", + "slug": "body-alt" } ], "fontSizes": [ From d00038432e36c48e895c4235c97a080df0c1d2d3 Mon Sep 17 00:00:00 2001 From: Csaba Date: Tue, 10 Oct 2023 06:46:08 +0200 Subject: [PATCH 2/2] change slug keep slug aligned with font name --- theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.json b/theme.json index e6c02d00..2dfeb7d0 100644 --- a/theme.json +++ b/theme.json @@ -240,7 +240,7 @@ { "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif", "name": "System Font", - "slug": "body-alt" + "slug": "system-font" } ], "fontSizes": [