From: Matthew Owens <matthew@owens.tech>
Date: Wed, 29 Jul 2020 18:00:00 +0000 (+0100)
Subject: updated font
X-Git-Url: https://git.owens.tech/assets/112-editable-focus.html/assets/112-editable-focus.html/git?a=commitdiff_plain;h=54dfc00499695ff77ae9280d2abccb58e536e40d;p=scripts.git

updated font
---

diff --git a/dsurf b/dsurf
index 7c07c56..ff2ea89 100755
--- a/dsurf
+++ b/dsurf
@@ -1,5 +1,5 @@
 #!/bin/bash
 
 site=$(cat ~/.surf/bookmarks | dmenu  -l 10 \
-	-fn 'xos4 Terminus-15' -nb '#1c1c1c' -sb '#b35050')
+	-fn 'Terminus (TTF):size=15' -nb '#1c1c1c' -sb '#b35050')
 [ -z "$site" ] || surf -b $site