|
@@ -6,12 +6,12 @@
|
|
|
"palette": [
|
|
|
{
|
|
|
"slug": "primary",
|
|
|
- "color": "#A6FFD4",
|
|
|
+ "color": "#DEFFEF",
|
|
|
"name": "Primary"
|
|
|
},
|
|
|
{
|
|
|
"slug": "foreground",
|
|
|
- "color": "#DEFFEF",
|
|
|
+ "color": "#A6FFD4",
|
|
|
"name": "Foreground"
|
|
|
},
|
|
|
{
|
|
@@ -21,7 +21,7 @@
|
|
|
},
|
|
|
{
|
|
|
"slug": "tertiary",
|
|
|
- "color": "#DEFFEF",
|
|
|
+ "color": "#0F1E42",
|
|
|
"name": "Tertiary"
|
|
|
}
|
|
|
]
|
|
@@ -31,12 +31,12 @@
|
|
|
{
|
|
|
"fontFamily": "Inter, sans-serif",
|
|
|
"slug": "body-font",
|
|
|
- "name": "Body (System Font)",
|
|
|
+ "name": "Body",
|
|
|
"fontFace": [
|
|
|
{
|
|
|
"fontDisplay": "block",
|
|
|
"fontFamily": "Inter",
|
|
|
- "fontWeight": "300 400",
|
|
|
+ "fontWeight": "100 500",
|
|
|
"fontStyle": "normal",
|
|
|
"fontStretch": "normal",
|
|
|
"src": [
|
|
@@ -46,7 +46,7 @@
|
|
|
{
|
|
|
"fontDisplay": "block",
|
|
|
"fontFamily": "Inter",
|
|
|
- "fontWeight": "500 600",
|
|
|
+ "fontWeight": "600 900",
|
|
|
"fontStyle": "normal",
|
|
|
"fontStretch": "normal",
|
|
|
"src": [
|
|
@@ -56,13 +56,13 @@
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- "fontFamily": "'Inter', serif",
|
|
|
+ "fontFamily": "'InterLight', serif",
|
|
|
"slug": "heading-font",
|
|
|
- "name": "Headings (System Font)",
|
|
|
+ "name": "Headings",
|
|
|
"fontFace": [
|
|
|
{
|
|
|
"fontDisplay": "block",
|
|
|
- "fontFamily": "Inter",
|
|
|
+ "fontFamily": "InterLight",
|
|
|
"fontStyle": "normal",
|
|
|
"fontStretch": "normal",
|
|
|
"src": [
|
|
@@ -73,5 +73,47 @@
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
+ },
|
|
|
+ "styles": {
|
|
|
+ "blocks": {
|
|
|
+ "core/site-title": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--body-font)"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "elements": {
|
|
|
+ "h1": {
|
|
|
+ "typography": {
|
|
|
+ "fontWeight": 300
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h2": {
|
|
|
+ "typography": {
|
|
|
+ "fontWeight": 300
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h3": {
|
|
|
+ "typography": {
|
|
|
+ "fontWeight": 300
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h4": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--body-font)",
|
|
|
+ "fontWeight": 700
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h5": {
|
|
|
+ "typography": {
|
|
|
+ "fontWeight": 700
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h6": {
|
|
|
+ "typography": {
|
|
|
+ "fontWeight": 700
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|