cmt-engineering-theme/theme.json

131 lines
3.6 KiB
JSON
Raw Normal View History

2024-04-25 08:14:53 +00:00
{
2024-04-25 08:44:15 +00:00
"settings": {
2024-04-25 08:45:11 +00:00
"appearanceTools": true,
2024-04-25 09:03:41 +00:00
"color": {
2024-04-25 11:17:15 +00:00
"defaultDuotone": false,
"defaultGradients": false,
"defaultPalette": false,
"palette": [
{
"color": "#12326E",
"name": "Primary",
"slug": "primary"
},
{
"color": "#A80000",
"name": "Secondary",
"slug": "secondary"
},
2024-04-26 09:05:46 +00:00
{
"color": "#5A0D0D",
"name": "Secondary darker",
"slug": "secondary-darker"
},
2024-04-25 11:17:15 +00:00
{
"color": "#333333",
2024-04-25 15:33:42 +00:00
"name": "Body text",
2024-04-25 11:17:15 +00:00
"slug": "body-text"
},
{
"color": "#FFF",
"name": "White",
"slug": "white"
}
]
2024-04-25 09:03:41 +00:00
},
2024-04-25 08:44:15 +00:00
"layout": {
"contentSize": "1300px",
"wideSize": "1400px"
2024-04-25 08:14:53 +00:00
},
2024-04-25 08:44:15 +00:00
"typography": {
"fontFamilies": [
{
"fontFace": [
{
"fontFamily": "Lato",
"fontStyle": "normal",
"fontWeight": "900",
"src": "file:./assets/fonts/Lato-Black.ttf"
},
{
"fontFamily": "Lato",
"fontStyle": "italic",
"fontWeight": "900",
"src": "file:./assets/fonts/Lato-BlackItalic.ttf"
},
{
"fontFamily": "Lato",
"fontStyle": "normal",
"fontWeight": "700",
"src": "file:./assets/fonts/Lato-Bold.ttf"
},
{
"fontFamily": "Lato",
"fontStyle": "italic",
"fontWeight": "700",
"src": "file:./assets/fonts/Lato-BoldItalic.ttf"
},
{
"fontFamily": "Lato",
"fontStyle": "italic",
"fontWeight": "400",
"src": "file:./assets/fonts/Lato-Italic.ttf"
},
{
"fontFamily": "Lato",
"fontStyle": "italic",
"fontWeight": "300",
"src": "file:./assets/fonts/Lato-LightItalic.ttf"
},
{
"fontFamily": "Lato",
"fontStyle": "italic",
"fontWeight": "250",
"src": "file:./assets/fonts/Lato-ThinItalic.ttf"
2024-04-25 08:14:53 +00:00
},
2024-04-25 08:44:15 +00:00
{
"fontFamily": "Lato",
"fontStyle": "normal",
"fontWeight": "300",
"src": "file:./assets/fonts/Lato-Light.ttf"
2024-04-25 08:14:53 +00:00
},
2024-04-25 08:44:15 +00:00
{
"fontFamily": "Lato",
"fontStyle": "normal",
"fontWeight": "400",
"src": "file:./assets/fonts/Lato-Regular.ttf"
2024-04-25 08:14:53 +00:00
},
2024-04-25 08:44:15 +00:00
{
"fontFamily": "Lato",
"fontStyle": "normal",
"fontWeight": "250",
"src": "file:./assets/fonts/Lato-Thin.ttf"
2024-04-25 08:14:53 +00:00
}
2024-04-25 11:17:15 +00:00
],
"fontFamily": "Lato",
"name": "Lato",
"slug": "lato"
2024-04-25 08:44:15 +00:00
}
]
}
},
"styles": {
2024-04-25 11:17:15 +00:00
"blocks": {
"core/button": {
"border": {
"radius": "0"
},
"color": {
"background": "var(--wp--preset--color--secondary)",
"text": "var(--wp--preset--color--white)"
2024-04-26 09:05:46 +00:00
},
"css": "&:hover { background-color: var(--wp--preset--color--secondary-darker) }\n &:focus { background-color: var(--wp--preset--color--secondary-darker) }\n &:active { background-color: var(--wp--preset--color--secondary-darker) }"
2024-04-25 08:44:15 +00:00
}
2024-04-25 08:14:53 +00:00
},
2024-04-25 08:44:15 +00:00
"typography": {
"fontFamily": "var(--wp--preset--font-family--lato)"
}
},
"version": 2,
"$schema": "https://schemas.wp.org/wp/6.5/theme.json"
2024-04-25 08:14:53 +00:00
}