mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-26 19:39:39 -08:00
docs: change fontFace
to font.face
This commit is contained in:
parent
8d2dddb08d
commit
c7f2d11923
|
@ -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
|
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
|
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
|
```json
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue