theme.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "version": 2,
  3. "settings": {
  4. "color": {
  5. "palette": [
  6. {
  7. "slug": "foreground",
  8. "color": "#3F67C6",
  9. "name": "Foreground"
  10. },
  11. {
  12. "slug": "background",
  13. "color": "#FCF5ED",
  14. "name": "Background"
  15. },
  16. {
  17. "slug": "primary",
  18. "color": "#385BAD",
  19. "name": "Primary"
  20. },
  21. {
  22. "slug": "secondary",
  23. "color": "#F7EBDD",
  24. "name": "Secondary"
  25. },
  26. {
  27. "slug": "tertiary",
  28. "color": "#ffffff",
  29. "name": "Tertiary"
  30. }
  31. ]
  32. },
  33. "layout": {
  34. "wideSize": "1060px"
  35. },
  36. "typography": {
  37. "fontFamilies": [
  38. {
  39. "fontFamily": "\"DM Sans\", serif",
  40. "name": "DM Sans",
  41. "slug": "dm-sans"
  42. }
  43. ]
  44. }
  45. },
  46. "styles": {
  47. "blocks": {
  48. "core/post-title": {
  49. "typography": {
  50. "fontWeight": "700"
  51. }
  52. }
  53. },
  54. "elements": {
  55. "h1": {
  56. "typography": {
  57. "fontWeight": "700"
  58. }
  59. },
  60. "h2": {
  61. "typography": {
  62. "fontWeight": "700"
  63. }
  64. },
  65. "h3": {
  66. "typography": {
  67. "fontWeight": "700"
  68. }
  69. },
  70. "h4": {
  71. "typography": {
  72. "fontWeight": "700"
  73. }
  74. },
  75. "h5": {
  76. "typography": {
  77. "fontWeight": "700"
  78. }
  79. },
  80. "h6": {
  81. "typography": {
  82. "fontWeight": "700"
  83. }
  84. }
  85. },
  86. "typography": {
  87. "fontFamily": "var(--wp--preset--font-family--dm-sans)"
  88. }
  89. }
  90. }