123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- {
- "version": 2,
- "settings": {
- "color": {
- "duotone": [
- {
- "colors": [
- "#000000",
- "#FFFFFF"
- ],
- "slug": "default-filter",
- "name": "Default filter"
- }
- ],
- "palette": [
- {
- "slug": "foreground",
- "color": "#000000",
- "name": "Foreground"
- },
- {
- "slug": "background",
- "color": "#FFFFFF",
- "name": "Background"
- },
- {
- "slug": "primary",
- "color": "#000000",
- "name": "Primary"
- },
- {
- "slug": "secondary",
- "color": "#93FFDE",
- "name": "Secondary"
- },
- {
- "slug": "tertiary",
- "color": "#93FFDE",
- "name": "Tertiary"
- }
- ]
- },
- "layout": {
- "wideSize": "1060px"
- },
- "typography": {
- "fontFamilies": [
- {
- "fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
- "name": "System Font",
- "slug": "system-font"
- },
- {
- "fontFamily": "\"Bodoni Moda\", serif",
- "name": "Bodoni Moda",
- "slug": "bodoni-moda"
- }
- ]
- }
- },
- "styles": {
- "blocks": {
- "core/image": {
- "filter": {
- "duotone": "var(--wp--preset--duotone--default-filter)"
- }
- },
- "core/post-title": {
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--bodoni-moda)"
- }
- },
- "core/query-title": {
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--bodoni-moda)"
- }
- },
- "core/post-featured-image": {
- "filter": {
- "duotone": "var(--wp--preset--duotone--default-filter)"
- }
- },
- "core/site-logo": {
- "filter": {
- "duotone": "var(--wp--preset--duotone--default-filter)"
- }
- }
- },
- "elements": {
- "h1": {
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--bodoni-moda)"
- }
- },
- "h2": {
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--bodoni-moda)"
- }
- },
- "h3": {
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--bodoni-moda)"
- }
- },
- "h4": {
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--bodoni-moda)"
- }
- },
- "h5": {
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--bodoni-moda)"
- }
- },
- "h6": {
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--bodoni-moda)"
- }
- }
- }
- }
- }
|