Skip to content

Commit

Permalink
Update fonts.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
jaliyaudagedara authored Oct 7, 2023
1 parent 0230270 commit 97808c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/installation/fonts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ For further details, see [here][wt-issue-8993].

Once you have installed a Nerd Font, you will need to configure the Windows Terminal to use it. This can be easily done
by modifying the Windows Terminal settings (default shortcut: `CTRL + SHIFT + ,`). In your `settings.json` file, add the
`font.fontFace` attribute under the `defaults` attribute in `profiles`:
`font.face` attribute under the `defaults` attribute in `profiles`:

```json
{
Expand All @@ -83,7 +83,7 @@ by modifying the Windows Terminal settings (default shortcut: `CTRL + SHIFT + ,`
{
"font":
{
"fontFace": "MesloLGM Nerd Font"
"face": "MesloLGM Nerd Font"
}
}
}
Expand Down

0 comments on commit 97808c4

Please sign in to comment.