docs: change fontFace to font.face

This commit is contained in:
Jake Boone 2022-04-26 10:50:38 -07:00 committed by Jan De Dobbeleer
parent 8d2dddb08d
commit c7f2d11923

View file

@ -19,7 +19,7 @@ Download your chosen Nerd Font, and install the font system-wide. See this [thre
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
`fontFace` attribute under the `defaults` attribute in `profiles`:
`font.face` attribute under the `defaults` attribute in `profiles`:
```json
{