- 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/06-morning.json (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.7
-
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/06-morning.json
r59233 r59331 49 49 }, 50 50 "typography": { 51 "fontFamilies": [ 52 { 53 "name": "Literata", 54 "slug": "literata", 55 "fontFamily": "Literata, serif", 56 "fontFace": [ 57 { 58 "src": [ 59 "file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2" 60 ], 61 "fontWeight": "200", 62 "fontStyle": "normal", 63 "fontFamily": "Literata" 64 }, 65 { 66 "src": [ 67 "file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2" 68 ], 69 "fontWeight": "200", 70 "fontStyle": "italic", 71 "fontFamily": "Literata" 72 }, 73 { 74 "src": [ 75 "file:./assets/fonts/literata/Literata72pt-Light.woff2" 76 ], 77 "fontWeight": "300", 78 "fontStyle": "normal", 79 "fontFamily": "Literata" 80 }, 81 { 82 "src": [ 83 "file:./assets/fonts/literata/Literata72pt-LightItalic.woff2" 84 ], 85 "fontWeight": "300", 86 "fontStyle": "italic", 87 "fontFamily": "Literata" 88 }, 89 { 90 "src": [ 91 "file:./assets/fonts/literata/Literata72pt-Regular.woff2" 92 ], 93 "fontWeight": "400", 94 "fontStyle": "normal", 95 "fontFamily": "Literata" 96 }, 97 { 98 "src": [ 99 "file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2" 100 ], 101 "fontWeight": "400", 102 "fontStyle": "italic", 103 "fontFamily": "Literata" 104 }, 105 { 106 "src": [ 107 "file:./assets/fonts/literata/Literata72pt-Medium.woff2" 108 ], 109 "fontWeight": "500", 110 "fontStyle": "normal", 111 "fontFamily": "Literata" 112 }, 113 { 114 "src": [ 115 "file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2" 116 ], 117 "fontWeight": "500", 118 "fontStyle": "italic", 119 "fontFamily": "Literata" 120 }, 121 { 122 "src": [ 123 "file:./assets/fonts/literata/Literata72pt-SemiBold.woff2" 124 ], 125 "fontWeight": "600", 126 "fontStyle": "normal", 127 "fontFamily": "Literata" 128 }, 129 { 130 "src": [ 131 "file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2" 132 ], 133 "fontWeight": "600", 134 "fontStyle": "italic", 135 "fontFamily": "Literata" 136 }, 137 { 138 "src": [ 139 "file:./assets/fonts/literata/Literata72pt-Bold.woff2" 140 ], 141 "fontWeight": "700", 142 "fontStyle": "normal", 143 "fontFamily": "Literata" 144 }, 145 { 146 "src": [ 147 "file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2" 148 ], 149 "fontWeight": "700", 150 "fontStyle": "italic", 151 "fontFamily": "Literata" 152 }, 153 { 154 "src": [ 155 "file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2" 156 ], 157 "fontWeight": "800", 158 "fontStyle": "normal", 159 "fontFamily": "Literata" 160 }, 161 { 162 "src": [ 163 "file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2" 164 ], 165 "fontWeight": "800", 166 "fontStyle": "italic", 167 "fontFamily": "Literata" 168 }, 169 { 170 "src": [ 171 "file:./assets/fonts/literata/Literata72pt-Black.woff2" 172 ], 173 "fontWeight": "900", 174 "fontStyle": "normal", 175 "fontFamily": "Literata" 176 }, 177 { 178 "src": [ 179 "file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2" 180 ], 181 "fontWeight": "900", 182 "fontStyle": "italic", 183 "fontFamily": "Literata" 184 } 185 ] 186 }, 187 { 188 "name": "Ysabeau Office", 189 "slug": "ysabeau-office", 190 "fontFamily": "\"Ysabeau Office\", sans-serif", 191 "fontFace": [ 192 { 193 "src": [ 194 "file:./assets/fonts/ysabeau-office/YsabeauOffice-VariableFont_wght.woff2" 195 ], 196 "fontWeight": "100 900", 197 "fontStyle": "normal", 198 "fontFamily": "\"Ysabeau Office\"" 199 }, 200 { 201 "src": [ 202 "file:./assets/fonts/ysabeau-office/YsabeauOffice-Italic-VariableFont_wght.woff2" 203 ], 204 "fontWeight": "100 900", 205 "fontStyle": "italic", 206 "fontFamily": "\"Ysabeau Office\"" 207 } 208 ] 209 } 210 ], 51 211 "fontSizes": [ 52 212 { … … 129 289 "color": { 130 290 "text": "var:preset|color|contrast" 131 },132 "typography": {133 "textDecoration": "underline"134 },135 ":hover": {136 "typography": {137 "textDecoration": "none"138 }139 291 } 140 292 } … … 261 413 "radius": "100px", 262 414 "color": "var:preset|color|accent-5" 263 },264 "typography": {265 "textDecoration": "none"266 },267 ":hover": {268 "typography": {269 "textDecoration": "underline"270 }271 415 } 272 416 }
Note: See TracChangeset
for help on using the changeset viewer.