mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
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:
parent
af963330ea
commit
ee70988e2c
|
@ -81,7 +81,10 @@ by modifying the Windows Terminal settings (default shortcut: `CTRL + SHIFT + ,`
|
|||
{
|
||||
"defaults":
|
||||
{
|
||||
"fontFace": "MesloLGM Nerd Font"
|
||||
"font":
|
||||
{
|
||||
"face": "MesloLGM Nerd Font"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue