- Timestamp:
- 10/11/2022 12:42:28 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentythree/theme.json
r54372 r54467 267 267 "size": "1.75rem", 268 268 "slug": "large", 269 "fluid": false 269 "fluid": { 270 "min": "1.75rem", 271 "max": "1.875rem" 272 } 270 273 }, 271 274 { … … 486 489 "core/pullquote": { 487 490 "border": { 491 "style": "solid", 488 492 "width": "1px 0" 493 }, 494 "elements": { 495 "cite": { 496 "typography": { 497 "fontSize": "var(--wp--preset--font-size--small)", 498 "fontStyle": "normal", 499 "textTransform": "none" 500 } 501 } 502 }, 503 "typography": { 504 "lineHeight": "1.3" 505 }, 506 "spacing": { 507 "margin": { 508 "bottom": "var(--wp--preset--spacing--40) !important", 509 "top": "var(--wp--preset--spacing--40) !important" 510 } 489 511 } 490 512 }, … … 493 515 "fontSize": "var(--wp--preset--font-size--small)", 494 516 "fontWeight": "400" 517 }, 518 "spacing": { 519 "padding": { 520 "top": "var(--wp--preset--spacing--40)" 521 } 522 }, 523 "border": { 524 "top": { 525 "width": "2px", 526 "style": "solid" 527 } 495 528 }, 496 529 "elements": { … … 510 543 "border": { 511 544 "width": "1px" 545 }, 546 "elements": { 547 "cite": { 548 "typography": { 549 "fontSize": "var(--wp--preset--font-size--small)", 550 "fontStyle": "normal" 551 } 552 } 553 }, 554 "spacing": { 555 "padding": { 556 "left": "var(--wp--preset--spacing--30)", 557 "right": "var(--wp--preset--spacing--30)" 558 } 512 559 } 513 560 }, … … 591 638 "h3": { 592 639 "typography": { 593 "fontSize": " 2.25rem"640 "fontSize": "var(--wp--preset--font-size--x-large)" 594 641 } 595 642 }, 596 643 "h4": { 597 644 "typography": { 598 "fontSize": " clamp(1.75rem, calc(1.75rem + ((1vw - 0.48rem) * 8.4135)), 1.875rem)"645 "fontSize": "var(--wp--preset--font-size--large)" 599 646 } 600 647 },
Note: See TracChangeset
for help on using the changeset viewer.