From bc6809c177888617bbffd1dd34b08e3d780c3e2b Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 13 Jun 2024 16:19:17 +0500 Subject: [PATCH] turn off fluid type and fix font import --- theme.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/theme.json b/theme.json index e197725..555c0e2 100644 --- a/theme.json +++ b/theme.json @@ -68,7 +68,7 @@ }, "typography": { "defaultFontSizes": false, - "fluid": true, + "fluid": false, "fontFamilies": [ { "fontFace": [ @@ -282,7 +282,7 @@ "fontFamily": "Instrument Sans SemiCondensed", "fontStyle": "normal", "fontWeight": "700", - "src": "file:./assets/fonts/instrument-sans/InstrumentSansSemiCondensed-Bold.otf" + "src": "file:./assets/fonts/instrument-sans/semicondensed/InstrumentSansSemiCondensed-Bold.otf" }, { "fontFamily": "Instrument Sans SemiCondensed", @@ -508,10 +508,6 @@ "slug": "xx-large" }, { - "fluid" : { - "min": "43px", - "max": "54px" - }, "name": "Huge", "size": "54px", "slug": "huge" @@ -521,6 +517,9 @@ "useRootPaddingAwareAlignments": true }, "styles": { + "color": { + "background": "var(--wp--preset--color--white)" + }, "blocks": { "core/button": { "border": {