Changeset 59314 for trunk/src/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-3.json
- Timestamp:
- 10/29/2024 12:00:46 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-3.json
r59233 r59314 6 6 "settings": { 7 7 "typography": { 8 "fontFamilies": [ 9 { 10 "name": "Platypi", 11 "slug": "platypi", 12 "fontFamily": "Platypi", 13 "fontFace": [ 14 { 15 "fontFamily": "Platypi", 16 "fontStyle": "normal", 17 "fontWeight": "300 800", 18 "src": [ 19 "file:./assets/fonts/platypi/Platypi-VariableFont_wght.woff2" 20 ] 21 }, 22 { 23 "fontFamily": "Platypi", 24 "fontStyle": "italic", 25 "fontWeight": "300 800", 26 "src": [ 27 "file:./assets/fonts/platypi/Platypi-Italic-VariableFont_wght.woff2" 28 ] 29 } 30 ] 31 }, 32 { 33 "name": "Ysabeau Office", 34 "slug": "ysabeau-office", 35 "fontFamily": "\"Ysabeau Office\", sans-serif", 36 "fontFace": [ 37 { 38 "src": [ 39 "file:./assets/fonts/ysabeau-office/YsabeauOffice-VariableFont_wght.woff2" 40 ], 41 "fontWeight": "100 900", 42 "fontStyle": "normal", 43 "fontFamily": "\"Ysabeau Office\"" 44 }, 45 { 46 "src": [ 47 "file:./assets/fonts/ysabeau-office/YsabeauOffice-Italic-VariableFont_wght.woff2" 48 ], 49 "fontWeight": "100 900", 50 "fontStyle": "italic", 51 "fontFamily": "\"Ysabeau Office\"" 52 } 53 ] 54 } 55 ], 8 56 "fontSizes": [ 9 57 { … … 33 81 { 34 82 "fluid": { 35 "max": " 2rem",36 "min": "1. 75rem"83 "max": "1.8rem", 84 "min": "1.4rem" 37 85 }, 38 86 "name": "Extra Large", 39 "size": "1. 75rem",87 "size": "1.4rem", 40 88 "slug": "x-large" 41 89 }, 42 90 { 43 91 "fluid": { 44 "max": " 3.625rem",45 "min": "2 .625rem"92 "max": "2.6rem", 93 "min": "2rem" 46 94 }, 47 95 "name": "Extra Extra Large", 48 "size": "2 .625rem",96 "size": "2rem", 49 97 "slug": "xx-large" 50 98 } … … 55 103 "typography": { 56 104 "fontFamily": "var:preset|font-family|ysabeau-office", 57 "fontWeight": "400",58 105 "letterSpacing": "-0.22px", 59 "lineHeight": "1. 6"106 "lineHeight": "1.5" 60 107 }, 61 108 "blocks":{ … … 63 110 "typography": { 64 111 "letterSpacing": "0px" 112 } 113 }, 114 "core/heading": { 115 "typography": { 116 "lineHeight": "1.2" 65 117 } 66 118 }, … … 75 127 } 76 128 }, 77 "core/post-author": {78 "typography": {79 "fontSize": "var:preset|font-size|medium"80 }81 },82 "core/post-author-biography": {83 "typography": {84 "fontSize": "var:preset|font-size|medium"85 }86 },87 "core/post-author-name": {88 "typography": {89 "fontSize": "var:preset|font-size|medium"90 }91 },92 129 "core/post-terms": { 93 130 "typography": { 94 131 "fontWeight": "400" 95 }96 },97 "core/post-title": {98 "typography": {99 "fontWeight": "500",100 "letterSpacing": "-0.8px"101 132 } 102 133 }, … … 116 147 "typography": { 117 148 "fontFamily": "var:preset|font-family|ysabeau-office", 118 "fontSize": "var:preset|font-size| medium",149 "fontSize": "var:preset|font-size|large", 119 150 "letterSpacing": "1.44px", 120 151 "textTransform": "uppercase" … … 135 166 "fontFamily": "var:preset|font-family|platypi" 136 167 } 168 }, 169 "h5": { 170 "typography": { 171 "fontSize": "var:preset|font-size|medium", 172 "letterSpacing": "normal" 173 } 174 }, 175 "h6": { 176 "typography": { 177 "fontSize": "var:preset|font-size|small", 178 "fontWeight": "400", 179 "fontStyle": "initial", 180 "letterSpacing": "initial", 181 "textTransform": "initial" 182 } 137 183 } 138 184 }
Note: See TracChangeset
for help on using the changeset viewer.