You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,12 +122,12 @@ Add the following snippet to `gatsby-config.js` plugins array.
122
122
<td>30000</td>
123
123
</tr>
124
124
<tr>
125
-
<td>web</td>
125
+
<td>custom</td>
126
126
<td>Self-hosted fonts config. Add font files and font CSS files to "static" folder. Array of <code>{name: "Font name", file: "https://url-to-font-css.path"}</code> objects.</td>
127
127
<td>[]</td>
128
128
</tr>
129
129
<tr>
130
-
<td>custom</td>
130
+
<td>web</td>
131
131
<td>Web fonts config. File link should point to font CSS file. Array of <code>{name: "Font name", file: "https://url-to-font-css.path"}</code> objects.</td>
0 commit comments