docs: Add instructions for setting MesloLGS NF font in Deepin Terminal

This commit is contained in:
Oleksii Kyslytsia 2024-09-05 13:22:34 +03:00
parent a42e374e25
commit c30068c1f1

View file

@ -779,6 +779,14 @@ If you are using a different terminal, proceed with manual font installation.
font-style: italic; font-style: italic;
} }
``` ```
- **Deepin Terminal**: Open `~/.config/deepin/deepin-terminal/config.conf` and set `basic.interface.font` to `"MesloLGS NF"`.
```ini
[basic.interface.font]
value="MesloLGS NF"
[basic.interface.font_size]
value=10
```
**_CAVEAT_**: If you open the normal terminal preferences these settings will be overwritten. **_CAVEAT_**: If you open the normal terminal preferences these settings will be overwritten.
1. Run `p10k configure` to generate a new `~/.p10k.zsh`. The old config may work 1. Run `p10k configure` to generate a new `~/.p10k.zsh`. The old config may work
incorrectly with the new font. incorrectly with the new font.