- 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/04-afternoon.json
r59146 r59233 76 76 { 77 77 "fluid": { 78 "max": " 2rem",79 "min": "1. 75rem"78 "max": "1.8rem", 79 "min": "1.4rem" 80 80 }, 81 81 "name": "Extra Large", 82 "size": "1. 75rem",82 "size": "1.4rem", 83 83 "slug": "x-large" 84 84 }, 85 85 { 86 86 "fluid": { 87 "max": " 3.625rem",88 "min": "2 .625rem"87 "max": "2.6rem", 88 "min": "2rem" 89 89 }, 90 90 "name": "Extra Extra Large", 91 "size": "2 .625rem",91 "size": "2rem", 92 92 "slug": "xx-large" 93 93 } … … 98 98 "typography": { 99 99 "fontFamily": "var:preset|font-family|ysabeau-office", 100 "fontStyle": "normal",101 "fontWeight": "400",102 100 "letterSpacing": "-0.22px", 103 "lineHeight": "1. 6"101 "lineHeight": "1.5" 104 102 }, 105 103 "blocks": { … … 131 129 "core/code": { 132 130 "typography": { 133 "fontSize": "var:preset|font-size|medium",134 "fontStyle": "normal",135 "fontWeight": "300",136 131 "letterSpacing": "0px" 137 132 } 138 133 }, 134 "core/heading": { 135 "typography": { 136 "lineHeight": "1.2" 137 } 138 }, 139 139 "core/list": { 140 140 "typography": { … … 147 147 } 148 148 }, 149 "core/post-author": {150 "typography": {151 "fontSize": "var:preset|font-size|medium"152 }153 },154 "core/post-author-biography": {155 "typography": {156 "fontSize": "var:preset|font-size|medium"157 }158 },159 "core/post-author-name": {160 "typography": {161 "fontSize": "var:preset|font-size|medium"162 }163 },164 149 "core/post-terms": { 165 150 "typography": { 166 "fontStyle": "normal",167 151 "fontWeight": "400" 168 }169 },170 "core/post-title": {171 "typography": {172 "fontStyle": "normal",173 "fontWeight": "500",174 "letterSpacing": "-0.8px"175 152 } 176 153 }, … … 184 161 "core/quote": { 185 162 "typography": { 186 "fontStyle": "normal",187 163 "fontWeight": "300" 188 164 } … … 191 167 "typography": { 192 168 "fontFamily": "var:preset|font-family|ysabeau-office", 193 "fontSize": "var:preset|font-size| medium",169 "fontSize": "var:preset|font-size|large", 194 170 "letterSpacing": "1.44px", 195 171 "textTransform": "uppercase" … … 204 180 "letterSpacing": "1.44px", 205 181 "textTransform": "uppercase" 182 }, 183 ":hover": { 184 "color": { 185 "background": "color-mix(in srgb, var(--wp--preset--color--contrast) 85%, black)" 186 } 206 187 } 207 188 }, … … 209 190 "typography": { 210 191 "fontFamily": "var:preset|font-family|platypi" 192 } 193 }, 194 "h5": { 195 "typography": { 196 "fontSize": "var:preset|font-size|medium" 197 } 198 }, 199 "h6": { 200 "typography": { 201 "fontSize": "var:preset|font-size|small", 202 "fontWeight": "400", 203 "fontStyle": "initial", 204 "letterSpacing": "initial", 205 "textTransform": "initial" 211 206 } 212 207 } … … 231 226 } 232 227 } 228 }, 229 "section-4": { 230 "elements": { 231 "button": { 232 ":hover": { 233 "color": { 234 "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)" 235 } 236 } 237 } 238 } 239 }, 240 "section-5": { 241 "elements": { 242 "button": { 243 ":hover": { 244 "color": { 245 "background": "color-mix(in srgb, var(--wp--preset--color--base) 90%, transparent)" 246 } 247 } 248 } 249 } 233 250 } 234 251 }
Note: See TracChangeset
for help on using the changeset viewer.