- Timestamp:
- 10/14/2024 09:56:32 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/styles/08-midnight.json
r59146 r59233 27 27 }, 28 28 { 29 "color": "# 4433A6",29 "color": "#5644BC", 30 30 "name": "Accent 1", 31 31 "slug": "accent-1" … … 63 63 "fluid": false, 64 64 "name": "Small", 65 "size": "0. 875rem",65 "size": "0.9rem", 66 66 "slug": "small" 67 67 }, 68 68 { 69 69 "fluid": { 70 "max": "1. 1rem",70 "max": "1.2rem", 71 71 "min": "0.9rem" 72 72 }, … … 77 77 { 78 78 "fluid": { 79 "max": "1. 2rem",80 "min": "1. 09rem"79 "max": "1.8rem", 80 "min": "1.2rem" 81 81 }, 82 82 "name": "Large", 83 "size": "1. 38rem",83 "size": "1.2rem", 84 84 "slug": "large" 85 85 }, 86 86 { 87 87 "fluid": { 88 "max": "2 rem",89 "min": "1. 75rem"88 "max": "2.2rem", 89 "min": "1.8rem" 90 90 }, 91 91 "name": "Extra Large", 92 "size": "1. 75rem",92 "size": "1.8rem", 93 93 "slug": "x-large" 94 94 }, 95 95 { 96 96 "fluid": { 97 "max": " 3.625rem",98 "min": "2 .625rem"97 "max": "2.8rem", 98 "min": "2rem" 99 99 }, 100 100 "name": "Extra Extra Large", 101 "size": "2 .625rem",101 "size": "2rem", 102 102 "slug": "xx-large" 103 103 } … … 107 107 "styles": { 108 108 "typography": { 109 "fontSize": "var:preset|font-size|medium", 109 110 "fontFamily": "var:preset|font-family|fira-sans", 110 "fontStyle": "normal", 111 "fontWeight": "300", 112 "letterSpacing": "-0.24px", 113 "lineHeight": "1.4" 111 "letterSpacing": "-0.01em", 112 "lineHeight": "1.5" 114 113 }, 115 114 "blocks": { … … 134 133 }, 135 134 "core/code": { 136 "typography": {137 "fontSize": "var:preset|font-size|medium",138 "fontWeight": "300"139 },140 135 "color": { 141 136 "background": "var:preset|color|accent-2", … … 153 148 } 154 149 }, 155 "core/post-author": {156 "typography": {157 "fontSize": "var:preset|font-size|small"158 }159 },160 "core/post-author-name": {161 "typography": {162 "fontSize": "var:preset|font-size|small"163 }164 },165 150 "core/post-date": { 166 151 "color": { … … 180 165 } 181 166 }, 182 "core/post-terms": {183 "typography": {184 "fontWeight": "400",185 "textTransform": "uppercase"186 }187 },188 167 "core/post-title": { 189 168 "typography": { 190 "fontWeight": "200", 191 "letterSpacing": "-2.72px" 169 "fontWeight": "200" 192 170 } 193 171 }, … … 214 192 "fontFamily": "var:preset|font-family|literata", 215 193 "fontWeight": "200", 216 "letterSpacing": "0em", 217 "lineHeight": "1.1" 194 "letterSpacing": "0em" 218 195 } 219 196 }, … … 226 203 "core/quote": { 227 204 "typography": { 228 "fontStyle": "normal", 205 "fontSize": "var:preset|font-size|medium", 206 "letterSpacing": "-0.01em", 207 "lineHeight": "1.5", 229 208 "fontWeight": "300" 230 209 } … … 269 248 "typography": { 270 249 "fontFamily": "var:preset|font-family|literata", 271 "fontS tyle": "normal",272 "fontWeight": " 600",273 "letterSpacing": "-0. 96px",250 "fontSize": "var:preset|font-size|medium", 251 "fontWeight": "400", 252 "letterSpacing": "-0.01em", 274 253 "textTransform": "uppercase" 275 254 }, … … 284 263 "fontFamily": "var:preset|font-family|literata", 285 264 "fontWeight": "200", 286 "letterSpacing": "-0.02em" 265 "letterSpacing": "-0.02em", 266 "lineHeight": "1.24" 267 } 268 }, 269 "h6": { 270 "typography": { 271 "fontWeight": "200" 287 272 } 288 273 }
Note: See TracChangeset
for help on using the changeset viewer.