diff --git a/archeo/theme.json b/archeo/theme.json index d1780bf552..be3cc27dc9 100644 --- a/archeo/theme.json +++ b/archeo/theme.json @@ -1,7 +1,7 @@ { - "$schema": "https://json.schemastore.org/theme-v1.json", - "version": 1, - "settings": { + "$schema": "https://json.schemastore.org/theme-v1.json", + "version": 1, + "settings": { "color": { "palette": [ { @@ -26,13 +26,13 @@ } ] }, - "custom": { + "custom": { "heading": { "typography": { "fontWeight": 200 - } - } - }, + } + } + }, "typography": { "fontFamilies": [ { @@ -44,10 +44,10 @@ }, { "fontFamily": "\"Chivo\", serif", - "fontSlug": "chivo", + "fontSlug": "chivo", "slug": "heading-font", "name": "Headings (System Font)", - "google": "family=Chivo:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900" + "google": "family=Chivo:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900" } ], "fontSizes": [ @@ -78,14 +78,22 @@ } ] } - }, - "styles": { - "elements": { - "h1": { - "typography": { - "fontSize": "100px" - } - } - } - } + }, + "styles": { + "blocks": { + "core/site-title": { + "typography": { + "fontWeight": 400, + "textTransform": "uppercase" + } + } + }, + "elements": { + "h1": { + "typography": { + "fontSize": "100px" + } + } + } + } }