Changeset 59233 for trunk/src/wp-content/themes/twentytwentyfive/theme.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/theme.json
r59191 r59233 45 45 }, 46 46 { 47 "color": "color-mix(in srgb, currentColor 20%, transparent) ;",47 "color": "color-mix(in srgb, currentColor 20%, transparent)", 48 48 "name": "Accent 6", 49 49 "slug": "accent-6" … … 75 75 { 76 76 "name": "Regular", 77 "size": "clamp(30px, 5vw, 50px) ;",77 "size": "clamp(30px, 5vw, 50px)", 78 78 "slug": "50" 79 79 }, 80 80 { 81 81 "name": "Large", 82 "size": "clamp(30px, 7vw, 70px) ;",82 "size": "clamp(30px, 7vw, 70px)", 83 83 "slug": "60" 84 84 }, 85 85 { 86 86 "name": "X-Large", 87 "size": "clamp(50px, 7vw, 90px) ;",87 "size": "clamp(50px, 7vw, 90px)", 88 88 "slug": "70" 89 89 }, 90 90 { 91 91 "name": "XX-Large", 92 "size": "clamp(70px, 10vw, 140px) ;",92 "size": "clamp(70px, 10vw, 140px)", 93 93 "slug": "80" 94 94 } … … 946 946 "fontFamily": "var:preset|font-family|manrope", 947 947 "fontSize": "var:preset|font-size|large", 948 "fontStyle": "normal",949 948 "fontWeight": "300", 950 949 "letterSpacing": "-0.1px", … … 978 977 "core/columns": { 979 978 "spacing": { 980 "blockGap": { 981 "left": "var:preset|spacing|50", 982 "top": "var:preset|spacing|50" 983 } 979 "blockGap": "var:preset|spacing|50" 984 980 } 985 981 }, … … 992 988 "typography": { 993 989 "fontFamily": "var:preset|font-family|fira-code", 994 "fontSize": "var:preset|font-size| small",995 "fontWeight": " 400"990 "fontSize": "var:preset|font-size|medium", 991 "fontWeight": "300" 996 992 }, 997 993 "color": { … … 1028 1024 }, 1029 1025 "typography": { 1030 "fontSize": "var:preset|font-size|small", 1031 "fontStyle": "normal" 1026 "fontSize": "var:preset|font-size|small" 1032 1027 }, 1033 1028 "spacing": { … … 1169 1164 }, 1170 1165 "core/post-terms": { 1166 "css": "& a { white-space: nowrap; }", 1171 1167 "typography": { 1172 1168 "fontSize": "var:preset|font-size|small", … … 1220 1216 }, 1221 1217 "typography": { 1222 "fontSize": "var:preset|font-size|medium", 1223 "lineHeight": "1.1", 1224 "fontWeight": "600" 1218 "fontSize": "var:preset|font-size|large", 1219 "fontWeight": "300" 1225 1220 }, 1226 1221 "elements": { 1227 1222 "cite": { 1228 1223 "typography": { 1229 "fontSize": " 0.65em",1230 "fontStyle": "normal", 1231 "fontWeight": " 400"1224 "fontSize": "var:preset|font-size|small", 1225 "fontStyle": "normal", 1226 "fontWeight": "300" 1232 1227 }, 1233 1228 "css": "& sub { font-size: 0.65em }" … … 1257 1252 "typography": { 1258 1253 "fontSize": "var:preset|font-size|xx-large", 1259 "fontStyle": "normal",1260 1254 "fontWeight": "300", 1261 "letterSpacing": "-0.76px",1262 1255 "lineHeight": "1.2" 1263 1256 }, … … 1372 1365 }, 1373 1366 "core/list": { 1374 "css": "& li{margin- bottom: 0.5rem;}"1367 "css": "& li{margin-top: 0.5rem;}" 1375 1368 } 1376 1369 }, … … 1450 1443 "heading": { 1451 1444 "typography": { 1452 "fontStyle": "normal",1453 1445 "fontWeight": "400", 1454 1446 "lineHeight": "1.125",
Note: See TracChangeset
for help on using the changeset viewer.