themes-wordpress/meraki/theme.json
2022-04-12 11:32:19 -04:00

158 lines
No EOL
3.2 KiB
JSON

{
"version": 2,
"settings": {
"color": {
"palette": [
{
"slug": "primary",
"color": "#1a2530",
"name": "Primary",
"default": "#007cba"
},
{
"slug": "secondary",
"color": "#8d3f6e",
"name": "Secondary",
"default": "#006ba1"
},
{
"slug": "foreground",
"color": "#1a2530",
"name": "Foreground",
"default": "#333333"
},
{
"slug": "background",
"color": "#ffffff",
"name": "Background",
"default": "#ffffff"
},
{
"slug": "tertiary",
"color": "#fbf6f9",
"name": "Tertiary",
"default": "#F0F0F0"
}
]
},
"custom": {
"heading": {
"typography": {
"fontWeight": 600
}
}
},
"typography": {
"fontFamilies": [
{
"fontFamily": "\"Nunito\", sans-serif",
"slug": "body-font",
"name": "Body (Nunito)",
"google": "family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900",
"fontSlug": "nunito"
},
{
"fontFamily": "Jost, sans-serif",
"slug": "heading-font",
"name": "Headings (Jost)",
"fontFace": [
{
"fontDisplay": "block",
"fontFamily": "Jost",
"fontWeight": "400",
"fontStyle": "normal",
"fontStretch": "normal",
"src": [
"file:./assets/fonts/Jost-Regular.ttf"
]
},
{
"fontDisplay": "block",
"fontFamily": "Jost",
"fontWeight": "500 600",
"fontStyle": "normal",
"fontStretch": "normal",
"src": [
"file:./assets/fonts/Jost-Medium.ttf"
]
}
]
}
],
"fontSizes": [
{
"name": "Small",
"size": "1rem",
"slug": "small"
},
{
"name": "Normal",
"size": "1.125rem",
"slug": "normal"
},
{
"name": "Medium",
"size": "clamp(1.5rem, 5vw, 2rem)",
"slug": "medium"
},
{
"name": "Large",
"size": "clamp(2.25rem, 6vw, 3rem)",
"slug": "large"
},
{
"name": "Huge",
"size": "clamp(2.625rem, 7vw, 4rem)",
"slug": "huge"
}
]
}
},
"styles": {
"blocks": {
"core/navigation-link": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--heading-font)",
"letterSpacing": "0.05em",
"fontSize": "var(--wp--custom--font-sizes--tiny)",
"textTransform": "uppercase"
}
},
"core/post-title": {
"typography": {
"fontSize": "var(--wp--preset--font-size--large)",
"fontWeight": "500",
"lineHeight": "1.2"
},
"spacing": {
"margin": {
"bottom": "1em"
}
}
},
"core/site-title": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"fontWeight": "500"
}
},
"core/site-tagline": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--heading-font)",
"fontSize": "var(--wp--preset--font-size--normal)"
}
}
},
"color": {
"background": "var(--wp--custom--color--background)",
"text": "var(--wp--custom--color--foreground)"
},
"elements": {
"typography": {
"lineHeight": "1.6",
"fontFamily": "var(--wp--preset--font-family--body-font)",
"fontSize": "var(--wp--preset--font-size--normal)"
}
}
}
}