theme.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "version": 2,
  3. "settings": {
  4. "color": {
  5. "duotone": [
  6. {
  7. "colors": [
  8. "#000000",
  9. "#FFFFFF"
  10. ],
  11. "slug": "default-filter",
  12. "name": "Default filter"
  13. }
  14. ],
  15. "palette": [
  16. {
  17. "slug": "foreground",
  18. "color": "#000000",
  19. "name": "Foreground"
  20. },
  21. {
  22. "slug": "background",
  23. "color": "#FFFFFF",
  24. "name": "Background"
  25. },
  26. {
  27. "slug": "primary",
  28. "color": "#000000",
  29. "name": "Primary"
  30. },
  31. {
  32. "slug": "secondary",
  33. "color": "#93FFDE",
  34. "name": "Secondary"
  35. },
  36. {
  37. "slug": "tertiary",
  38. "color": "#93FFDE",
  39. "name": "Tertiary"
  40. }
  41. ]
  42. },
  43. "layout": {
  44. "wideSize": "1060px"
  45. },
  46. "typography": {
  47. "fontFamilies": [
  48. {
  49. "fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
  50. "name": "System Font",
  51. "slug": "system-font"
  52. },
  53. {
  54. "fontFamily": "\"Bodoni Moda\", serif",
  55. "name": "Bodoni Moda",
  56. "slug": "bodoni-moda"
  57. }
  58. ]
  59. }
  60. },
  61. "styles": {
  62. "blocks": {
  63. "core/image": {
  64. "filter": {
  65. "duotone": "var(--wp--preset--duotone--default-filter)"
  66. }
  67. },
  68. "core/post-title": {
  69. "typography": {
  70. "fontFamily": "var(--wp--preset--font-family--bodoni-moda)"
  71. }
  72. },
  73. "core/query-title": {
  74. "typography": {
  75. "fontFamily": "var(--wp--preset--font-family--bodoni-moda)"
  76. }
  77. },
  78. "core/post-featured-image": {
  79. "filter": {
  80. "duotone": "var(--wp--preset--duotone--default-filter)"
  81. }
  82. },
  83. "core/site-logo": {
  84. "filter": {
  85. "duotone": "var(--wp--preset--duotone--default-filter)"
  86. }
  87. }
  88. },
  89. "elements": {
  90. "h1": {
  91. "typography": {
  92. "fontFamily": "var(--wp--preset--font-family--bodoni-moda)"
  93. }
  94. },
  95. "h2": {
  96. "typography": {
  97. "fontFamily": "var(--wp--preset--font-family--bodoni-moda)"
  98. }
  99. },
  100. "h3": {
  101. "typography": {
  102. "fontFamily": "var(--wp--preset--font-family--bodoni-moda)"
  103. }
  104. },
  105. "h4": {
  106. "typography": {
  107. "fontFamily": "var(--wp--preset--font-family--bodoni-moda)"
  108. }
  109. },
  110. "h5": {
  111. "typography": {
  112. "fontFamily": "var(--wp--preset--font-family--bodoni-moda)"
  113. }
  114. },
  115. "h6": {
  116. "typography": {
  117. "fontFamily": "var(--wp--preset--font-family--bodoni-moda)"
  118. }
  119. }
  120. }
  121. }
  122. }