Ticket #57971: 57971.diff
File 57971.diff, 1.8 KB (added by , 18 months ago) |
---|
-
src/wp-content/themes/twentytwentythree/styles/marigold.json
153 153 "elements": { 154 154 "link": { 155 155 "typography": { 156 "fontSize": "var(--wp--preset--font-size--large)",157 156 "textDecoration": "none" 158 157 }, 159 158 "color": { … … 168 167 } 169 168 }, 170 169 "typography": { 170 "fontSize": "var(--wp--preset--font-size--large)", 171 171 "fontWeight": "600" 172 172 } 173 173 }, … … 203 203 } 204 204 }, 205 205 "core/site-title": { 206 "elements": {207 "link": {208 "typography": {209 "fontSize": "var(--wp--preset--font-size--normal)"210 }211 }212 },213 206 "typography": { 207 "fontSize": "var(--wp--preset--font-size--normal)", 214 208 "textTransform": "lowercase" 215 209 } 216 210 } -
src/wp-content/themes/twentytwentythree/styles/whisper.json
288 288 } 289 289 }, 290 290 "typography": { 291 "fontFamily": "var(--wp--preset--font-family--dm-sans)",292 "fontSize": "var(--wp--preset--font-size--large)",293 "fontWeight": "700",294 "letterSpacing": "-0.01em",295 291 "textDecoration": "none" 296 292 } 297 293 } 298 294 }, 299 295 "typography": { 296 "fontFamily": "var(--wp--preset--font-family--dm-sans)", 300 297 "fontSize": "var(--wp--preset--font-size--large)", 298 "fontWeight": "700", 299 "letterSpacing": "-0.01em", 301 300 "lineHeight": "1.4", 302 301 "textTransform": "capitalize" 303 302 }