theme.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "version": 2,
  3. "settings": {
  4. "color": {
  5. "palette": [
  6. {
  7. "slug": "foreground",
  8. "color": "#14453d",
  9. "name": "Foreground",
  10. "default": "#333333"
  11. },
  12. {
  13. "slug": "background",
  14. "color": "#fcf9f4",
  15. "name": "Background",
  16. "default": "#ffffff"
  17. },
  18. {
  19. "slug": "tertiary",
  20. "color": "#ECECE7",
  21. "name": "Tertiary",
  22. "default": "#ECECE7"
  23. }
  24. ]
  25. },
  26. "custom": {
  27. "color": {
  28. "foreground": "var(--wp--preset--color--foreground)",
  29. "background": "var(--wp--preset--color--background)",
  30. "primary": "var(--wp--preset--color--foreground)",
  31. "secondary": "var(--wp--preset--color--foreground)",
  32. "tertiary": "var(--wp--preset--color--tertiary)"
  33. }
  34. }
  35. },
  36. "styles": {
  37. "blocks": {
  38. "core/heading": {
  39. "typography": {
  40. "fontFamily": "var:preset|font-family|eb-garamond"
  41. }
  42. },
  43. "core/post-title": {
  44. "typography": {
  45. "fontFamily": "var:preset|font-family|eb-garamond"
  46. }
  47. }
  48. },
  49. "typography": {
  50. "fontFamily": "var:preset|font-family|fira-sans"
  51. }
  52. }
  53. }