From 3fd570c0745aca70b63c082ff56b2e88a7a0ad78 Mon Sep 17 00:00:00 2001 From: ramonjd Date: Tue, 1 Nov 2022 16:46:57 +1100 Subject: [PATCH] Adding config to test theme --- .../block-theme-child-with-fluid-typography/theme.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/phpunit/data/themedir1/block-theme-child-with-fluid-typography/theme.json b/phpunit/data/themedir1/block-theme-child-with-fluid-typography/theme.json index 93234766eddd2..1ddb6db02a1b2 100644 --- a/phpunit/data/themedir1/block-theme-child-with-fluid-typography/theme.json +++ b/phpunit/data/themedir1/block-theme-child-with-fluid-typography/theme.json @@ -3,7 +3,14 @@ "settings": { "appearanceTools": true, "typography": { - "fluid": true + "fluid": { + "maxViewPortWidth": "2000px", + "minViewPortWidth": "1000px", + "minFontSizeFactor": 1.5, + "maxFontSizeFactor": 2, + "scaleFactor": 2, + "minFontSize": "16px" + } } } }