Skip to content

Commit 583dce9

Browse files
authored
Merge pull request #5 from codeAdrian/hotfix/docs-fix
Docs update
2 parents c3018e9 + 6a26d92 commit 583dce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@ Add the following snippet to `gatsby-config.js` plugins array.
122122
<td>30000</td>
123123
</tr>
124124
<tr>
125-
<td>web</td>
125+
<td>custom</td>
126126
<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>
127127
<td>[]</td>
128128
</tr>
129129
<tr>
130-
<td>custom</td>
130+
<td>web</td>
131131
<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>
132132
<td>[]</td>
133133
</tr>

0 commit comments

Comments
 (0)