129 lines
2.2 KiB
JSON
129 lines
2.2 KiB
JSON
{
|
|
"$schema": "https:\/\/schemas.wp.org\/trunk\/theme.json",
|
|
"version": 2,
|
|
"settings": {
|
|
"appearanceTools": true,
|
|
"color": {
|
|
"palette": [
|
|
{
|
|
"slug": "background",
|
|
"color": "#ecedf0",
|
|
"name": "Background"
|
|
},
|
|
{
|
|
"slug": "primary",
|
|
"color": "#b37b20",
|
|
"name": "Primary"
|
|
},
|
|
{
|
|
"slug": "secondary",
|
|
"color": "#002e4f",
|
|
"name": "Secondary"
|
|
},
|
|
{
|
|
"slug": "tertiary",
|
|
"color": "#706f6f",
|
|
"name": "Tertiary"
|
|
}
|
|
]
|
|
},
|
|
"typography": {
|
|
"fontFamilies": [
|
|
{
|
|
"name": "Cinzel",
|
|
"slug": "cinzel",
|
|
"fontFamily": "\"Cinzel\", serif",
|
|
"fontFace": [
|
|
{
|
|
"fontFamily": "cinzel",
|
|
"fontWeight": "400 900",
|
|
"fontStyle": "normal",
|
|
"fontStretch": "normal",
|
|
"src": [
|
|
"file:./assets/fonts/Cinzel-VariableFont_wght.ttf"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Playfair",
|
|
"slug": "playfair",
|
|
"fontFamily": "\"Playfair Display\", serif",
|
|
"fontFace": [
|
|
{
|
|
"fontFamily": "playfair",
|
|
"fontWeight": "400 900",
|
|
"fontStyle": "normal",
|
|
"fontStretch": "normal",
|
|
"src": [
|
|
"file:./assets/fonts/PlayfairDisplay-VariableFont_wght.ttf"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"fontSizes": [
|
|
{
|
|
"slug": "mini",
|
|
"size": "0.77rem",
|
|
"name": "Pequeño"
|
|
},
|
|
{
|
|
"slug": "small",
|
|
"size": "0.88rem",
|
|
"name": "Pequeño"
|
|
},
|
|
{
|
|
"slug": "regular",
|
|
"size": "1rem",
|
|
"name": "Normal"
|
|
},
|
|
{
|
|
"slug": "big",
|
|
"size": "1.66rem",
|
|
"name": "Grande"
|
|
},
|
|
{
|
|
"slug": "extreme",
|
|
"size": "2.55rem",
|
|
"name": "Enorme"
|
|
}
|
|
]
|
|
},
|
|
"spacing": [
|
|
{
|
|
"units": [
|
|
"px",
|
|
"em",
|
|
"rem",
|
|
"vh",
|
|
"vw"
|
|
]
|
|
}
|
|
],
|
|
"layout": {
|
|
"contentSize": "840px",
|
|
"wideSize": "1100px"
|
|
},
|
|
"shadow": {
|
|
"presets": [
|
|
{
|
|
"name": "Small",
|
|
"slug": "sm",
|
|
"shadow": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)"
|
|
},
|
|
{
|
|
"name": "Medium",
|
|
"slug": "md",
|
|
"shadow": "0 4px 10px 0 rgba( 0, 0, 0, 0.3 )"
|
|
},
|
|
{
|
|
"name": "Large",
|
|
"slug": "lg",
|
|
"shadow": "0 8px 15px 0 rgba( 0, 0, 0, 0.3 )"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|