Changeset 59331 for branches/6.7/src/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-4.json
- Timestamp:
- 10/31/2024 05:55:14 PM (15 months ago)
- Location:
- branches/6.7
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-4.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.7
-
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-4.json
r59233 r59331 6 6 "settings": { 7 7 "typography": { 8 "fontFamilies": [ 9 { 10 "name": "Roboto Slab", 11 "slug": "roboto-slab", 12 "fontFamily": "\"Roboto Slab\", serif", 13 "fontFace": [ 14 { 15 "fontFamily": "\"Roboto Slab\"", 16 "fontStyle": "normal", 17 "fontWeight": "100 900", 18 "src": [ 19 "file:./assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2" 20 ] 21 } 22 ] 23 }, 24 { 25 "name": "Manrope", 26 "slug": "manrope", 27 "fontFamily": "Manrope, sans-serif", 28 "fontFace": [ 29 { 30 "src": [ 31 "file:./assets/fonts/manrope/Manrope-VariableFont_wght.woff2" 32 ], 33 "fontWeight": "200 800", 34 "fontStyle": "normal", 35 "fontFamily": "Manrope" 36 } 37 ] 38 } 39 ], 8 40 "fontSizes": [ 9 41 {
Note: See TracChangeset
for help on using the changeset viewer.