From 69909a7a1f64a91c947417c4bbd8669c6edd5049 Mon Sep 17 00:00:00 2001
From: pstekl <pstekl@users.noreply.github.com>
Date: Wed, 12 Jan 2022 20:52:44 +0100
Subject: Add xterm to font configuration section

---
 font.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/font.md b/font.md
index 4be264f6..abc0eae0 100644
--- a/font.md
+++ b/font.md
@@ -111,6 +111,14 @@ If you are using a different terminal, proceed with manual font installation. 
      ```
      You can adjust the font size to your preference. After changing the configuration use `xrdb ~/.Xresources` to reload the config.
      The new config is applied for all new terminals.
+   - **xterm**: Create or open `~/.Xresources` and add the following two lines to it:
+     ```text
+     xterm*faceName: MesloLGS NF
+     xterm*faceSize: 11
+     ```
+     You can adjust the font size to your preference. After changing the configuration use `xrdb ~/.Xresources` to reload the config.
+     The new config is applied for all new terminals.    
+     
 1. Run `p10k configure` to generate a new `~/.p10k.zsh`. The old config may work
    incorrectly with the new font.
 
-- 
cgit v1.2.3