aboutsummaryrefslogtreecommitdiff
path: root/font.md
diff options
context:
space:
mode:
Diffstat (limited to 'font.md')
-rw-r--r--font.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/font.md b/font.md
index 82ae1a4f..c80df910 100644
--- a/font.md
+++ b/font.md
@@ -80,12 +80,11 @@ If you are using a different terminal, proceed with manual font installation.
- **Yakuake**: Click *≡* → *Manage Profiles* → *New* → *Appearance*. Click *Choose* next to the
*Font* dropdown, select `MesloLGS NF` and click *OK*. Click *OK* to save the profile. Select the
new profile and click *Set as Default*.
- - **Alacritty**: Create or open `~/.config/alacritty/alacritty.yml` and add the following section
- to it:
- ```yaml
- font:
- normal:
- family: "MesloLGS NF"
+ - **Alacritty**: Create or open `~/.config/alacritty/alacritty.toml` and add the following
+ section to it:
+ ```toml
+ [font.normal]
+ family = "MesloLGS NF"
```
- **foot**: Create or open `~/.config/foot/foot.ini` and add the following section to it:
```ini