themes-wordpress/antonia/theme.json
Onur Oztaskiran be03f11104
Antonia - Initial Commit (#6029)
* Antonia - Initial Commit
2022-06-01 08:57:10 -04:00

92 lines
1.6 KiB
JSON

{
"version": 1,
"styles": {
"elements": {
"link": {
"color": {
"text": "var:preset|color|primary"
}
}
},
"blocks": {
"core/heading": {
"typography": {
"fontStyle": "normal",
"lineHeight": "1.4",
"fontWeight": "300"
}
},
"core/post-title": {
"typography": {
"lineHeight": "1.4"
}
},
"core/site-title": {
"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": [
{
"slug": "primary",
"color": "#090E0E",
"name": "Primary"
},
{
"slug": "secondary",
"color": "#81E4DA",
"name": "Secondary"
},
{
"slug": "foreground",
"color": "#464E4D",
"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": "\"DM Sans\", sans-serif",
"slug": "heading-font",
"name": "Heading (DM Sans)",
"google": "family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700",
"fontSlug": "dm-sans"
}
]
}
}
}