- Timestamp:
- 10/14/2024 09:56:32 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/styles/06-morning.json
r59146 r59233 47 47 } 48 48 ] 49 }, 50 "typography": { 51 "fontSizes": [ 52 { 53 "fluid": false, 54 "name": "Small", 55 "size": "0.875rem", 56 "slug": "small" 57 }, 58 { 59 "fluid": { 60 "max": "1.125rem", 61 "min": "1rem" 62 }, 63 "name": "Medium", 64 "size": "1rem", 65 "slug": "medium" 66 }, 67 { 68 "fluid": { 69 "max": "1.375rem", 70 "min": "1.125rem" 71 }, 72 "name": "Large", 73 "size": "1.38rem", 74 "slug": "large" 75 }, 76 { 77 "fluid": { 78 "max": "2rem", 79 "min": "1.75rem" 80 }, 81 "name": "Extra Large", 82 "size": "1.75rem", 83 "slug": "x-large" 84 }, 85 { 86 "fluid": { 87 "max": "2.6rem", 88 "min": "1.4rem" 89 }, 90 "name": "Extra Extra Large", 91 "size": "2.6rem", 92 "slug": "xx-large" 93 } 94 ] 49 95 } 50 96 }, … … 55 101 "typography": { 56 102 "fontFamily": "var:preset|font-family|ysabeau-office", 57 "fontSize": "1.5rem", 58 "fontWeight": "400", 59 "letterSpacing": "-0.24px", 60 "lineHeight": "1.4" 103 "letterSpacing": "-0.24px" 61 104 }, 62 105 "blocks": { … … 82 125 }, 83 126 "core/post-author-name": { 84 "typography": {85 "fontSize": "var:preset|font-size|medium"86 },87 "color": {88 "text": "var:preset|color|contrast"89 },90 127 "elements": { 91 128 "link": { … … 104 141 } 105 142 }, 106 "core/post-terms": {107 "typography": {108 "fontWeight": "400",109 "fontSize": "var:preset|font-size|medium"110 },111 "color": {112 "text": "var:preset|color|contrast"113 },114 "elements": {115 "link": {116 "color": {117 "text": "var:preset|color|contrast"118 },119 "typography": {120 "textDecoration": "underline"121 },122 ":hover": {123 "typography": {124 "textDecoration": "none"125 }126 }127 }128 }129 },130 143 "core/post-title": { 131 144 "typography": { … … 146 159 }, 147 160 "typography": { 148 "fontSize": "var:preset|font-size|x -large"161 "fontSize": "var:preset|font-size|xx-large" 149 162 }, 150 163 "elements": { … … 161 174 }, 162 175 "core/quote": { 163 "color": {164 "text": "var:preset|color|contrast"165 },166 "typography": {167 "fontSize": "1.5rem",168 "fontWeight": "500",169 "letterSpacing": "-0.18px"170 },171 176 "elements": { 172 177 "cite": { 173 178 "typography": { 174 179 "fontSize": "var:preset|font-size|medium", 175 "fontWeight": "300",176 180 "letterSpacing": "-0.14px" 177 181 }, … … 199 203 "typography": { 200 204 "fontFamily": "var:preset|font-family|literata", 201 "fontSize": " 1.375rem",205 "fontSize": "var:preset|font-size|medium", 202 206 "fontWeight": "900", 203 207 "letterSpacing": "-0.36px" … … 223 227 "typography": { 224 228 "fontFamily": "var:preset|font-family|literata", 225 "fontWeight": "900" 229 "fontWeight": "900", 230 "lineHeight": "1.2" 231 } 232 }, 233 "h5": { 234 "typography": { 235 "letterSpacing": "0px" 236 } 237 }, 238 "h6": { 239 "typography": { 240 "fontWeight": "900", 241 "letterSpacing": "0px" 226 242 } 227 243 }, … … 304 320 ":hover": { 305 321 "color": { 306 "background": "color-mix(in srgb, var(--wp--preset--color--accent-1) 85%, transparent)" 307 } 308 } 322 "background": "color-mix(in srgb, var(--wp--preset--color--accent-1) 85%, transparent)", 323 "text": "var:preset|color|contrast" 324 } 325 } 309 326 }, 310 327 "link": {
Note: See TracChangeset
for help on using the changeset viewer.