themes-wordpress/appleton/theme.json
Onur Oztaskiran 7ac77853de Typography & Width updates
- Block spacings updated to 1.5rem
- Site title letter spacing value updates
- Layout width specs update
- Headings typography minor updates
2022-05-22 20:23:30 +03:00

97 lines
1.7 KiB
JSON

{
"version": 1,
"styles": {
"elements": {
"link": {
"color": {
"text": "var:preset|color|custom-superdark"
}
}
},
"blocks": {
"core/heading": {
"typography": {
"fontStyle": "normal",
"lineHeight": "1.4",
"fontWeight": "300"
}
},
"core/post-title": {
"typography": {
"lineHeight": "1.4"
}
},
"core/site-tagline": {
"typography": {
"letterSpacing": "4px"
}
}
},
"typography": {
"fontStyle": "normal",
"fontWeight": "400",
"fontSize": "var:preset|font-size|small"
},
"spacing": {
"blockGap": "1.5rem"
}
},
"settings": {
"layout": {
"contentSize": "840px",
"wideSize": "1200px"
},
"color": {
"palette": [
{
"color": "#111111",
"name": "Superdark",
"slug": "custom-superdark"
},
{
"slug": "primary",
"color": "#007cba",
"name": "Primary"
},
{
"slug": "secondary",
"color": "#006ba1",
"name": "Secondary"
},
{
"slug": "foreground",
"color": "#444444",
"name": "Foreground"
},
{
"slug": "background",
"color": "#ffffff",
"name": "Background"
},
{
"slug": "tertiary",
"color": "#F0F0F0",
"name": "Tertiary"
}
]
},
"typography": {
"fontFamilies": [
{
"fontFamily": "\"Inter\", sans-serif",
"slug": "body-font",
"name": "Body (Inter)",
"google": "family=Inter:wght@100..900",
"fontSlug": "inter"
},
{
"fontFamily": "\"Inter\", sans-serif",
"slug": "heading-font",
"name": "Heading (Inter)",
"google": "family=Inter:wght@100..900",
"fontSlug": "inter"
}
]
}
}
}