Skip to content

Commit f5124fa

Browse files
authored
chore(docs): fix spelling from yard to yarn (#27088)
1 parent a52df81 commit f5124fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/using-web-fonts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ npm install --save typeface-open-sans
2929
Or with yarn:
3030

3131
```bash
32-
yard add typeface-open-sans
32+
yarn add typeface-open-sans
3333
```
3434

3535
In your `layout.js` file, import the typeface.
@@ -64,7 +64,7 @@ npm install --save gatsby-plugin-web-font-loader
6464
Or with yarn:
6565

6666
```bash
67-
yard add gatsby-plugin-web-font-loader
67+
yarn add gatsby-plugin-web-font-loader
6868
```
6969

7070
Then, create an [environment variable](/docs/environment-variables/) to store your Adobe Fonts project ID. (Make sure this file is in your `.gitignore` file so your ID doesn't get committed!) For example, if your Adobe Fonts project ID is `abcdefg`, your `.env` file will look like this:

0 commit comments

Comments
 (0)