mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-25 13:40:20 +00:00
docs: actually fix numbering for Windows font troubleshooting guide (#1417)
This commit is contained in:
parent
8402ea285d
commit
73f1827a03
1 changed files with 7 additions and 7 deletions
|
@ -50,16 +50,16 @@ Let's say you're installing [Iosevka](https://github.com/be5invis/Iosevka). The
|
||||||
|
|
||||||
4. Here, add a new `String value`, and set the `Name` to a bunch of 0's (e.g. `000` - make sure the name isn't already used), then set the `Data` to the font name (e.g. `Iosevka`).
|
4. Here, add a new `String value`, and set the `Name` to a bunch of 0's (e.g. `000` - make sure the name isn't already used), then set the `Data` to the font name (e.g. `Iosevka`).
|
||||||
|
|
||||||
<figure>
|
<figure>
|
||||||
<img src="../assets/screenshots/troubleshooting/regedit_fonts.webp" alt="Regedit menu showing how to add a new font for Command Prompt/PowerShell"/>
|
<img src="../assets/screenshots/troubleshooting/regedit_fonts.webp" alt="Regedit menu showing how to add a new font for Command Prompt/PowerShell"/>
|
||||||
<figcaption><sub>The last entry is the new entry for Iosevka</sub></figcaption>
|
<figcaption><sub>The last entry is the new entry for Iosevka</sub></figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
5. Then, open the Command Prompt/PowerShell, and right-click on the top bar, and open "Properties":
|
5. Then, open the Command Prompt/PowerShell, and right-click on the top bar, and open "Properties":
|
||||||
|
|
||||||
<figure>
|
<figure>
|
||||||
<img src="../assets/screenshots/troubleshooting/cmd_prompt_props.webp" alt="Opening the properties menu in Command Prompt/PowerShell"/>
|
<img src="../assets/screenshots/troubleshooting/cmd_prompt_props.webp" alt="Opening the properties menu in Command Prompt/PowerShell"/>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
6. From here, go to "Font", and set the font to your new font (so in this example, Iosevka):
|
6. From here, go to "Font", and set the font to your new font (so in this example, Iosevka):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue