docs: define fontFace is now face within font object

https://learn.microsoft.com/en-us/windows/terminal/customize-settings/profile-appearance#font-face
This commit is contained in:
Jaliya Udagedara 2023-10-07 23:31:49 +13:00 committed by Jan De Dobbeleer
parent af963330ea
commit ee70988e2c

View file

@ -81,7 +81,10 @@ by modifying the Windows Terminal settings (default shortcut: `CTRL + SHIFT + ,`
{
"defaults":
{
"fontFace": "MesloLGM Nerd Font"
"font":
{
"face": "MesloLGM Nerd Font"
}
}
}
}