- 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/05-twilight.json
r59233 r59314 49 49 }, 50 50 "typography": { 51 "fontFamilies": [ 52 { 53 "name": "Roboto Slab", 54 "slug": "roboto-slab", 55 "fontFamily": "\"Roboto Slab\", serif", 56 "fontFace": [ 57 { 58 "fontFamily": "\"Roboto Slab\"", 59 "fontStyle": "normal", 60 "fontWeight": "100 900", 61 "src": [ 62 "file:./assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2" 63 ] 64 } 65 ] 66 }, 67 { 68 "name": "Manrope", 69 "slug": "manrope", 70 "fontFamily": "Manrope, sans-serif", 71 "fontFace": [ 72 { 73 "src": [ 74 "file:./assets/fonts/manrope/Manrope-VariableFont_wght.woff2" 75 ], 76 "fontWeight": "200 800", 77 "fontStyle": "normal", 78 "fontFamily": "Manrope" 79 } 80 ] 81 } 82 ], 51 83 "fontSizes": [ 52 84 { … … 207 239 } 208 240 } 241 }, 242 "section-5": { 243 "blocks": { 244 "core/post-comments-form": { 245 "css": "& textarea, input:not([type=submit]){border-radius:.25rem; border-color: color-mix(in srgb, currentColor 20%, transparent) !important;} & input[type=checkbox]{margin:0 .2rem 0 0 !important;} & label {font-size: var(--wp--preset--font-size--small); }" 246 }, 247 "core/search": { 248 "css": "& .wp-block-search__input{border-color: color-mix(in srgb, currentColor 20%, transparent);}" 249 } 250 } 209 251 } 210 252 }
Note: See TracChangeset
for help on using the changeset viewer.