- 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/07-sunrise.json
r59271 r59314 45 45 "name": "Accent 6", 46 46 "slug": "accent-6" 47 } 48 ] 49 }, 50 "typography": { 51 "fontFamilies": [ 52 { 53 "name": "Platypi", 54 "slug": "platypi", 55 "fontFamily": "Platypi", 56 "fontFace": [ 57 { 58 "fontFamily": "Platypi", 59 "fontStyle": "normal", 60 "fontWeight": "300 800", 61 "src": [ 62 "file:./assets/fonts/platypi/Platypi-VariableFont_wght.woff2" 63 ] 64 }, 65 { 66 "fontFamily": "Platypi", 67 "fontStyle": "italic", 68 "fontWeight": "300 800", 69 "src": [ 70 "file:./assets/fonts/platypi/Platypi-Italic-VariableFont_wght.woff2" 71 ] 72 } 73 ] 74 }, 75 { 76 "name": "Literata", 77 "slug": "literata", 78 "fontFamily": "Literata, serif", 79 "fontFace": [ 80 { 81 "src": [ 82 "file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2" 83 ], 84 "fontWeight": "200", 85 "fontStyle": "normal", 86 "fontFamily": "Literata" 87 }, 88 { 89 "src": [ 90 "file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2" 91 ], 92 "fontWeight": "200", 93 "fontStyle": "italic", 94 "fontFamily": "Literata" 95 }, 96 { 97 "src": [ 98 "file:./assets/fonts/literata/Literata72pt-Light.woff2" 99 ], 100 "fontWeight": "300", 101 "fontStyle": "normal", 102 "fontFamily": "Literata" 103 }, 104 { 105 "src": [ 106 "file:./assets/fonts/literata/Literata72pt-LightItalic.woff2" 107 ], 108 "fontWeight": "300", 109 "fontStyle": "italic", 110 "fontFamily": "Literata" 111 }, 112 { 113 "src": [ 114 "file:./assets/fonts/literata/Literata72pt-Regular.woff2" 115 ], 116 "fontWeight": "400", 117 "fontStyle": "normal", 118 "fontFamily": "Literata" 119 }, 120 { 121 "src": [ 122 "file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2" 123 ], 124 "fontWeight": "400", 125 "fontStyle": "italic", 126 "fontFamily": "Literata" 127 }, 128 { 129 "src": [ 130 "file:./assets/fonts/literata/Literata72pt-Medium.woff2" 131 ], 132 "fontWeight": "500", 133 "fontStyle": "normal", 134 "fontFamily": "Literata" 135 }, 136 { 137 "src": [ 138 "file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2" 139 ], 140 "fontWeight": "500", 141 "fontStyle": "italic", 142 "fontFamily": "Literata" 143 }, 144 { 145 "src": [ 146 "file:./assets/fonts/literata/Literata72pt-SemiBold.woff2" 147 ], 148 "fontWeight": "600", 149 "fontStyle": "normal", 150 "fontFamily": "Literata" 151 }, 152 { 153 "src": [ 154 "file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2" 155 ], 156 "fontWeight": "600", 157 "fontStyle": "italic", 158 "fontFamily": "Literata" 159 }, 160 { 161 "src": [ 162 "file:./assets/fonts/literata/Literata72pt-Bold.woff2" 163 ], 164 "fontWeight": "700", 165 "fontStyle": "normal", 166 "fontFamily": "Literata" 167 }, 168 { 169 "src": [ 170 "file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2" 171 ], 172 "fontWeight": "700", 173 "fontStyle": "italic", 174 "fontFamily": "Literata" 175 }, 176 { 177 "src": [ 178 "file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2" 179 ], 180 "fontWeight": "800", 181 "fontStyle": "normal", 182 "fontFamily": "Literata" 183 }, 184 { 185 "src": [ 186 "file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2" 187 ], 188 "fontWeight": "800", 189 "fontStyle": "italic", 190 "fontFamily": "Literata" 191 }, 192 { 193 "src": [ 194 "file:./assets/fonts/literata/Literata72pt-Black.woff2" 195 ], 196 "fontWeight": "900", 197 "fontStyle": "normal", 198 "fontFamily": "Literata" 199 }, 200 { 201 "src": [ 202 "file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2" 203 ], 204 "fontWeight": "900", 205 "fontStyle": "italic", 206 "fontFamily": "Literata" 207 } 208 ] 47 209 } 48 210 ] … … 79 241 "color": { 80 242 "text": "var:preset|color|contrast" 81 },82 "typography": {83 "textDecoration": "underline"84 },85 ":hover": {86 "typography": {87 "textDecoration": "none"88 }89 243 } 90 244 } … … 102 256 "color": { 103 257 "text": "var:preset|color|contrast" 104 },105 "typography": {106 "textDecoration": "underline"107 },108 ":hover": {109 "typography": {110 "textDecoration": "none"111 }112 258 } 113 259 } … … 234 380 "radius": "100px", 235 381 "color": "var:preset|color|accent-5" 236 },237 "typography": {238 "textDecoration": "none"239 },240 ":hover": {241 "typography": {242 "textDecoration": "underline"243 }244 382 } 245 383 }
Note: See TracChangeset
for help on using the changeset viewer.