Changeset 59233 for trunk/src/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-5.json
- Timestamp:
- 10/14/2024 09:56:32 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-5.json
r59146 r59233 4 4 "title": "Literata & Ysabeau Office", 5 5 "slug": "typography-preset-5", 6 "settings": { 7 "typography": { 8 "fontSizes": [ 9 { 10 "fluid": false, 11 "name": "Small", 12 "size": "0.875rem", 13 "slug": "small" 14 }, 15 { 16 "fluid": { 17 "max": "1.125rem", 18 "min": "1rem" 19 }, 20 "name": "Medium", 21 "size": "1rem", 22 "slug": "medium" 23 }, 24 { 25 "fluid": { 26 "max": "1.375rem", 27 "min": "1.125rem" 28 }, 29 "name": "Large", 30 "size": "1.38rem", 31 "slug": "large" 32 }, 33 { 34 "fluid": { 35 "max": "2rem", 36 "min": "1.75rem" 37 }, 38 "name": "Extra Large", 39 "size": "1.75rem", 40 "slug": "x-large" 41 }, 42 { 43 "fluid": { 44 "max": "2.6rem", 45 "min": "1.4rem" 46 }, 47 "name": "Extra Extra Large", 48 "size": "2.6rem", 49 "slug": "xx-large" 50 } 51 ] 52 } 53 }, 6 54 "styles": { 7 55 "typography": { 8 56 "fontFamily": "var:preset|font-family|ysabeau-office", 9 "fontSize": "1.5rem", 10 "fontWeight": "400", 11 "letterSpacing": "-0.24px", 12 "lineHeight": "1.4" 57 "letterSpacing": "-0.24px" 13 58 }, 14 59 "blocks": { … … 19 64 }, 20 65 "core/post-author-name": { 21 "typography": {22 "fontSize": "var:preset|font-size|medium"23 },24 "elements": {25 "link": {26 "typography": {27 "textDecoration": "underline"28 },29 ":hover": {30 "typography": {31 "textDecoration": "none"32 }33 }34 }35 }36 },37 "core/post-terms": {38 "typography": {39 "fontWeight": "400",40 "fontSize": "var:preset|font-size|medium"41 },42 66 "elements": { 43 67 "link": { … … 61 85 "core/pullquote": { 62 86 "typography": { 63 "fontSize": "var:preset|font-size|x -large"87 "fontSize": "var:preset|font-size|xx-large" 64 88 }, 65 89 "elements": { … … 73 97 }, 74 98 "core/quote": { 75 "typography": {76 "fontSize": "1.5rem",77 "fontWeight": "500",78 "letterSpacing": "-0.18px"79 },80 99 "elements": { 81 100 "cite": { 82 101 "typography": { 83 102 "fontSize": "var:preset|font-size|medium", 84 "fontWeight": "300",85 103 "letterSpacing": "-0.14px" 86 104 } … … 105 123 "typography": { 106 124 "fontFamily": "var:preset|font-family|literata", 107 "fontSize": " 1.375rem",125 "fontSize": "var:preset|font-size|medium", 108 126 "fontWeight": "900", 109 127 "letterSpacing": "-0.36px" … … 113 131 "typography": { 114 132 "fontFamily": "var:preset|font-family|literata", 115 "fontWeight": "900" 133 "fontWeight": "900", 134 "lineHeight": "1.2" 135 } 136 }, 137 "h5": { 138 "typography": { 139 "letterSpacing": "0px" 140 } 141 }, 142 "h6": { 143 "typography": { 144 "fontWeight": "900", 145 "letterSpacing": "0px" 116 146 } 117 147 }
Note: See TracChangeset
for help on using the changeset viewer.