summaryrefslogtreecommitdiffstats
path: root/demo
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-08-07 16:32:30 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-08-07 21:19:10 +1000
commit69ff62149484961cbe345b1244dc8afe9762cb59 (patch)
treef51107ddcac606c272f9308fd453ec5d74c9e6c2 /demo
parent2ded352f3afc86d1cd02b1f8bb10ec361ecdf7db (diff)
Use nerdfont version 3
Turns out I was on version 2 when recording these. I've switched to v3 now.
Diffstat (limited to 'demo')
-rw-r--r--demo/config.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/demo/config.yml b/demo/config.yml
index 856182b27..defe50a5b 100644
--- a/demo/config.yml
+++ b/demo/config.yml
@@ -75,7 +75,10 @@ cursorStyle: block
# Font family
# You can use any font that is installed on your machine
# in CSS-like syntax
-fontFamily: "DejaVuSansMono Nerd Font"
+# Download from:
+# https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.2/DejaVuSansMono.zip
+# Not using the mono font because it makes icons too small.
+fontFamily: "DejaVuSansM Nerd Font"
# The size of the font
fontSize: 8