mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-26 18:41:52 -08:00
docs(fonts): update font name
This commit is contained in:
parent
28548d9f20
commit
007c567c08
|
@ -83,7 +83,7 @@ by modifying the Windows Terminal settings (default shortcut: `CTRL + SHIFT + ,`
|
|||
{
|
||||
"font":
|
||||
{
|
||||
"face": "MesloLGM NF"
|
||||
"face": "MesloLGM Nerd Font"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -95,10 +95,10 @@ by modifying the Windows Terminal settings (default shortcut: `CTRL + SHIFT + ,`
|
|||
|
||||
When using Visual Studio Code, you will need to configure the integrated Terminal to make use of the Nerd Font as well. This can be done by changing the `Integrated: Font Family` value in the Terminal settings (default shortcut: `CTRL + ,` and search for `Integrated: Font Family` or via `Users` -> `Features` -> `Terminal`).
|
||||
|
||||
If you are using the JSON based settings, you will need to update the `terminal.integrated.fontFamily` value. Example in case of `MesloLGM NF` Nerd Font:
|
||||
If you are using the JSON based settings, you will need to update the `terminal.integrated.fontFamily` value. Example in case of `MesloLGM Nerd Font` Nerd Font:
|
||||
|
||||
```json
|
||||
"terminal.integrated.fontFamily": "MesloLGM NF"
|
||||
"terminal.integrated.fontFamily": "MesloLGM Nerd Font"
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
|
Loading…
Reference in a new issue