Skip to content

Commit

Permalink
update the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Nov 25, 2021
1 parent fd72e69 commit b88ba6b
Showing 1 changed file with 27 additions and 19 deletions.
46 changes: 27 additions & 19 deletions archeo/theme.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand All @@ -26,13 +26,13 @@
}
]
},
"custom": {
"custom": {
"heading": {
"typography": {
"fontWeight": 200
}
}
},
}
}
},
"typography": {
"fontFamilies": [
{
Expand All @@ -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": [
Expand Down Expand Up @@ -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"
}
}
}
}
}

0 comments on commit b88ba6b

Please sign in to comment.