Skip to content

Commit

Permalink
docs: define fontFace is now face within font object
Browse files Browse the repository at this point in the history
  • Loading branch information
jaliyaudagedara committed Oct 8, 2023
1 parent d6696da commit 1180441
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/docs/installation/fonts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ by modifying the Windows Terminal settings (default shortcut: `CTRL + SHIFT + ,`
{
"defaults":
{
"fontFace": "MesloLGM Nerd Font"
"font":
{
"face": "MesloLGM Nerd Font"
}
}
}
}
Expand Down

0 comments on commit 1180441

Please sign in to comment.