summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2024-01-16 10:22:08 +0300
committerRoman Perepelitsa <roman.perepelitsa@gmail.com>2024-01-16 10:22:08 +0300
commitc180a5e040d078eab501a71dc455a8eadc43fd44 (patch)
tree61995963efe710370a1449da04063f6577cbb668
parent75724ec65e37fe6ed0de696f701f897d59cbd890 (diff)
font: fix foot instructions (#2536)
-rw-r--r--README.md11
-rw-r--r--font.md4
2 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index 3660a946..3f712732 100644
--- a/README.md
+++ b/README.md
@@ -700,16 +700,11 @@ If you are using a different terminal, proceed with manual font installation.
normal:
family: "MesloLGS NF"
```
- - **foot**: Create or open `~/.config/foot/foot.ini` and add the following section
- to it:
- ```ini
- font=MesloLGS NF
- ```
- or to specify a custom font size, e.g. 12,
+ - **foot**: Create or open `~/.config/foot/foot.ini` and add the following section to it:
```ini
font=MesloLGS NF:size=12
- ``
- - **kitty**: Create or open `~/.config/kitty/kitty.conf` and add the following line to it:
+ ```
+ - **kitty**: Create or open `~/.config/kitty/kitty.conf` and add the following line to it:
```text
font_family MesloLGS NF
```
diff --git a/font.md b/font.md
index 2fb2f8be..82ae1a4f 100644
--- a/font.md
+++ b/font.md
@@ -87,6 +87,10 @@ If you are using a different terminal, proceed with manual font installation.
normal:
family: "MesloLGS NF"
```
+ - **foot**: Create or open `~/.config/foot/foot.ini` and add the following section to it:
+ ```ini
+ font=MesloLGS NF:size=12
+ ```
- **kitty**: Create or open `~/.config/kitty/kitty.conf` and add the following line to it:
```text
font_family MesloLGS NF