Changeset 59314 for trunk/src/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-6.json
- 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/typography/typography-preset-6.json
r59271 r59314 4 4 "title": "Platypi & Literata", 5 5 "slug": "typography-preset-6", 6 "settings": { 7 "typography": { 8 "fontFamilies": [ 9 { 10 "name": "Platypi", 11 "slug": "platypi", 12 "fontFamily": "Platypi", 13 "fontFace": [ 14 { 15 "fontFamily": "Platypi", 16 "fontStyle": "normal", 17 "fontWeight": "300 800", 18 "src": [ 19 "file:./assets/fonts/platypi/Platypi-VariableFont_wght.woff2" 20 ] 21 }, 22 { 23 "fontFamily": "Platypi", 24 "fontStyle": "italic", 25 "fontWeight": "300 800", 26 "src": [ 27 "file:./assets/fonts/platypi/Platypi-Italic-VariableFont_wght.woff2" 28 ] 29 } 30 ] 31 }, 32 { 33 "name": "Literata", 34 "slug": "literata", 35 "fontFamily": "Literata, serif", 36 "fontFace": [ 37 { 38 "src": [ 39 "file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2" 40 ], 41 "fontWeight": "200", 42 "fontStyle": "normal", 43 "fontFamily": "Literata" 44 }, 45 { 46 "src": [ 47 "file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2" 48 ], 49 "fontWeight": "200", 50 "fontStyle": "italic", 51 "fontFamily": "Literata" 52 }, 53 { 54 "src": [ 55 "file:./assets/fonts/literata/Literata72pt-Light.woff2" 56 ], 57 "fontWeight": "300", 58 "fontStyle": "normal", 59 "fontFamily": "Literata" 60 }, 61 { 62 "src": [ 63 "file:./assets/fonts/literata/Literata72pt-LightItalic.woff2" 64 ], 65 "fontWeight": "300", 66 "fontStyle": "italic", 67 "fontFamily": "Literata" 68 }, 69 { 70 "src": [ 71 "file:./assets/fonts/literata/Literata72pt-Regular.woff2" 72 ], 73 "fontWeight": "400", 74 "fontStyle": "normal", 75 "fontFamily": "Literata" 76 }, 77 { 78 "src": [ 79 "file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2" 80 ], 81 "fontWeight": "400", 82 "fontStyle": "italic", 83 "fontFamily": "Literata" 84 }, 85 { 86 "src": [ 87 "file:./assets/fonts/literata/Literata72pt-Medium.woff2" 88 ], 89 "fontWeight": "500", 90 "fontStyle": "normal", 91 "fontFamily": "Literata" 92 }, 93 { 94 "src": [ 95 "file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2" 96 ], 97 "fontWeight": "500", 98 "fontStyle": "italic", 99 "fontFamily": "Literata" 100 }, 101 { 102 "src": [ 103 "file:./assets/fonts/literata/Literata72pt-SemiBold.woff2" 104 ], 105 "fontWeight": "600", 106 "fontStyle": "normal", 107 "fontFamily": "Literata" 108 }, 109 { 110 "src": [ 111 "file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2" 112 ], 113 "fontWeight": "600", 114 "fontStyle": "italic", 115 "fontFamily": "Literata" 116 }, 117 { 118 "src": [ 119 "file:./assets/fonts/literata/Literata72pt-Bold.woff2" 120 ], 121 "fontWeight": "700", 122 "fontStyle": "normal", 123 "fontFamily": "Literata" 124 }, 125 { 126 "src": [ 127 "file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2" 128 ], 129 "fontWeight": "700", 130 "fontStyle": "italic", 131 "fontFamily": "Literata" 132 }, 133 { 134 "src": [ 135 "file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2" 136 ], 137 "fontWeight": "800", 138 "fontStyle": "normal", 139 "fontFamily": "Literata" 140 }, 141 { 142 "src": [ 143 "file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2" 144 ], 145 "fontWeight": "800", 146 "fontStyle": "italic", 147 "fontFamily": "Literata" 148 }, 149 { 150 "src": [ 151 "file:./assets/fonts/literata/Literata72pt-Black.woff2" 152 ], 153 "fontWeight": "900", 154 "fontStyle": "normal", 155 "fontFamily": "Literata" 156 }, 157 { 158 "src": [ 159 "file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2" 160 ], 161 "fontWeight": "900", 162 "fontStyle": "italic", 163 "fontFamily": "Literata" 164 } 165 ] 166 } 167 ] 168 } 169 }, 6 170 "styles": { 7 171 "typography": { … … 17 181 } 18 182 }, 19 "core/post-author-name": {20 "elements": {21 "link": {22 "typography": {23 "textDecoration": "underline"24 },25 ":hover": {26 "typography": {27 "textDecoration": "none"28 }29 }30 }31 }32 },33 183 "core/post-terms": { 34 184 "typography": { 35 185 "fontWeight": "400" 36 },37 "elements": {38 "link": {39 "typography": {40 "textDecoration": "underline"41 },42 ":hover": {43 "typography": {44 "textDecoration": "none"45 }46 }47 }48 186 } 49 187 }, … … 85 223 } 86 224 }, 87 "core/query-title": {88 "typography": {89 "fontWeight": "800"90 }91 },92 225 "core/site-title": { 93 226 "typography": { … … 118 251 "typography": { 119 252 "fontSize": "16px" 120 },121 "elements": {122 "link": {123 "typography": {124 "textDecoration": "none"125 },126 ":hover": {127 "typography": {128 "textDecoration": "underline"129 }130 }131 }132 253 } 133 254 }
Note: See TracChangeset
for help on using the changeset viewer.