Changeset 59233 for trunk/src/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-4.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-4.json
r59146 r59233 4 4 "title": "Roboto Slab & Manrope", 5 5 "slug": "typography-preset-4", 6 "settings": { 7 "typography": { 8 "fontSizes": [ 9 { 10 "fluid": false, 11 "name": "Small", 12 "size": "0.875rem", 13 "slug": "small" 14 }, 15 { 16 "fluid": { 17 "max": "1.125rem", 18 "min": "1rem" 19 }, 20 "name": "Medium", 21 "size": "1rem", 22 "slug": "medium" 23 }, 24 { 25 "fluid": { 26 "max": "1.375rem", 27 "min": "1.125rem" 28 }, 29 "name": "Large", 30 "size": "1.38rem", 31 "slug": "large" 32 }, 33 { 34 "fluid": { 35 "max": "2rem", 36 "min": "1.75rem" 37 }, 38 "name": "Extra Large", 39 "size": "1.75rem", 40 "slug": "x-large" 41 }, 42 { 43 "fluid": { 44 "max": "2.4rem", 45 "min": "2.15rem" 46 }, 47 "name": "Extra Extra Large", 48 "size": "2.15rem", 49 "slug": "xx-large" 50 } 51 ] 52 } 53 }, 6 54 "styles": { 7 55 "typography": { 8 "fontWeight": "500", 9 "lineHeight": "1.3", 10 "letterSpacing": "-0.22px" 56 "letterSpacing": "0" 11 57 }, 12 58 "blocks": { 13 "core/code": {14 "typography": {15 "fontSize": "var:preset|font-size|medium"16 }17 },18 59 "core/navigation": { 19 60 "typography": { … … 35 76 "core/post-terms": { 36 77 "typography": { 37 "fontStyle": "normal", 38 "fontWeight": "500", 39 "textTransform": "uppercase" 40 } 41 }, 42 "core/post-title": { 43 "typography": { 44 "fontWeight": "200", 45 "letterSpacing": "-2.32px" 78 "fontWeight": "500" 46 79 } 47 80 }, … … 49 82 "typography": { 50 83 "fontFamily": "var:preset|font-family|roboto-slab", 51 "fontSize": "var:preset|font-size|x -large",84 "fontSize": "var:preset|font-size|xx-large", 52 85 "fontWeight": "200" 53 }54 },55 "core/query-title": {56 "typography": {57 "fontWeight": "300"58 86 } 59 87 }, … … 70 98 "core/site-title": { 71 99 "typography": { 72 "fontStyle": "normal",73 "fontWeight": "500",74 "letterSpacing": "-0.28px",75 "lineHeight": "1.3",76 100 "textTransform": "uppercase" 77 101 } … … 86 110 } 87 111 }, 88 "h4": {89 "typography": {90 "fontWeight": "300",91 "letterSpacing": "-0.5px"92 }93 },94 "h5": {95 "typography": {96 "fontWeight": "400",97 "letterSpacing": "0px"98 }99 },100 "h6": {101 "typography": {102 "fontWeight": "400",103 "letterSpacing": "1px"104 }105 },106 112 "heading": { 107 113 "typography": { 108 114 "fontFamily": "var:preset|font-family|roboto-slab", 109 "fontWeight": " 200",115 "fontWeight": "300", 110 116 "letterSpacing": "-0.5px", 111 117 "lineHeight": "1.2"
Note: See TracChangeset
for help on using the changeset viewer.