Changeset 59233 for trunk/src/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-7.json
- Timestamp:
- 10/14/2024 09:56:32 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-7.json
r59146 r59233 10 10 "fluid": false, 11 11 "name": "Small", 12 "size": "0. 875rem",12 "size": "0.9rem", 13 13 "slug": "small" 14 14 }, 15 15 { 16 16 "fluid": { 17 "max": "1. 1rem",17 "max": "1.2rem", 18 18 "min": "0.9rem" 19 19 }, … … 24 24 { 25 25 "fluid": { 26 "max": "1. 2rem",27 "min": "1. 09rem"26 "max": "1.8rem", 27 "min": "1.2rem" 28 28 }, 29 29 "name": "Large", 30 "size": "1. 38rem",30 "size": "1.2rem", 31 31 "slug": "large" 32 32 }, 33 33 { 34 34 "fluid": { 35 "max": "2 rem",36 "min": "1. 75rem"35 "max": "2.2rem", 36 "min": "1.8rem" 37 37 }, 38 38 "name": "Extra Large", 39 "size": "1. 75rem",39 "size": "1.8rem", 40 40 "slug": "x-large" 41 41 }, 42 42 { 43 43 "fluid": { 44 "max": " 3.625rem",45 "min": "2 .625rem"44 "max": "2.8rem", 45 "min": "2rem" 46 46 }, 47 47 "name": "Extra Extra Large", 48 "size": "2 .625rem",48 "size": "2rem", 49 49 "slug": "xx-large" 50 50 } … … 54 54 "styles": { 55 55 "typography": { 56 "fontSize": "var:preset|font-size|medium", 56 57 "fontFamily": "var:preset|font-family|fira-sans", 57 "fontStyle": "normal", 58 "fontWeight": "300", 59 "letterSpacing": "-0.24px", 60 "lineHeight": "1.4" 58 "letterSpacing": "-0.01em", 59 "lineHeight": "1.5" 61 60 }, 62 61 "blocks": { 63 "core/code": {64 "typography": {65 "fontSize": "var:preset|font-size|medium",66 "fontWeight": "300"67 }68 },69 "core/post-author": {70 "typography": {71 "fontSize": "var:preset|font-size|small"72 }73 },74 "core/post-author-name": {75 "typography": {76 "fontSize": "var:preset|font-size|small"77 }78 },79 "core/post-terms": {80 "typography": {81 "fontWeight": "400",82 "textTransform": "uppercase"83 }84 },85 62 "core/post-title": { 86 63 "typography": { 87 "fontWeight": "200", 88 "letterSpacing": "-2.72px" 64 "fontWeight": "200" 89 65 } 90 66 }, … … 93 69 "fontFamily": "var:preset|font-family|literata", 94 70 "fontWeight": "200", 95 "letterSpacing": "0em", 96 "lineHeight": "1.1" 71 "letterSpacing": "0em" 97 72 } 98 73 }, … … 105 80 "core/quote": { 106 81 "typography": { 107 "fontStyle": "normal", 82 "fontSize": "var:preset|font-size|medium", 83 "letterSpacing": "-0.01em", 84 "lineHeight": "1.5", 108 85 "fontWeight": "300" 109 86 } … … 123 100 "typography": { 124 101 "fontFamily": "var:preset|font-family|literata", 125 "fontWeight": "600", 126 "letterSpacing": "-0.96px", 102 "fontWeight": "400", 127 103 "textTransform": "uppercase" 128 104 } … … 132 108 "fontFamily": "var:preset|font-family|literata", 133 109 "fontWeight": "200", 134 "letterSpacing": "-0.02em" 110 "letterSpacing": "-0.02em", 111 "lineHeight": "1.24" 112 } 113 }, 114 "h6": { 115 "typography": { 116 "fontWeight": "200" 135 117 } 136 118 }
Note: See TracChangeset
for help on using the changeset viewer.