diff --git a/website/docs/installation/fonts.mdx b/website/docs/installation/fonts.mdx index 3b05326bdc3e..8063f86fe3f9 100644 --- a/website/docs/installation/fonts.mdx +++ b/website/docs/installation/fonts.mdx @@ -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 { @@ -83,7 +83,7 @@ by modifying the Windows Terminal settings (default shortcut: `CTRL + SHIFT + ,` { "font": { - "fontFace": "MesloLGM Nerd Font" + "face": "MesloLGM Nerd Font" } } }