|
@@ -0,0 +1,82 @@
|
|
|
+{
|
|
|
+ "version": 2,
|
|
|
+ "settings": {
|
|
|
+ "color": {
|
|
|
+ "palette": [
|
|
|
+ {
|
|
|
+ "slug": "primary",
|
|
|
+ "color": "#444444",
|
|
|
+ "name": "Primary",
|
|
|
+ "default": "#444444"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "slug": "foreground",
|
|
|
+ "color": "#222222",
|
|
|
+ "name": "Foreground",
|
|
|
+ "default": "#222222"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "slug": "background",
|
|
|
+ "color": "#ffffff",
|
|
|
+ "name": "Background",
|
|
|
+ "default": "#ffffff"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "slug": "tertiary",
|
|
|
+ "color": "#ecf2f3",
|
|
|
+ "name": "Tertiary",
|
|
|
+ "default": "#F0F0F0"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontFamilies": [
|
|
|
+ {
|
|
|
+ "fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
|
|
|
+ "slug": "body-font",
|
|
|
+ "name": "Body (System Font)",
|
|
|
+ "fontSlug": "system-font"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "\"Libre Baskerville\", serif",
|
|
|
+ "slug": "heading-font",
|
|
|
+ "name": "Heading (Libre Baskerville)",
|
|
|
+ "google": "family=Libre+Baskerville:ital,wght@0,400;0,700;1,400",
|
|
|
+ "fontSlug": "libre-baskerville"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "custom": {
|
|
|
+ "color": {
|
|
|
+ "foreground": "var(--wp--preset--color--foreground)",
|
|
|
+ "background": "var(--wp--preset--color--background)",
|
|
|
+ "primary": "var(--wp--preset--color--foreground)",
|
|
|
+ "secondary": "var(--wp--preset--color--foreground)",
|
|
|
+ "tertiary": "var(--wp--preset--color--tertiary)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "layout": {
|
|
|
+ "contentSize": "670px",
|
|
|
+ "wideSize": "968px"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "styles": {
|
|
|
+ "blocks": {
|
|
|
+ "core/paragraph": {
|
|
|
+ "color": {
|
|
|
+ "text": "var(--wp--preset--color--primary)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/navigation": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/site-title": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "40px"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|