From f1e7b17a8e18681f2177a3698f3812788ca3f396 Mon Sep 17 00:00:00 2001 From: Joop Kiefte Date: Fri, 20 Nov 2020 03:07:28 +0200 Subject: Add Courier Prime and UTF-8 support --- rules/rules.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules/rules.go') diff --git a/rules/rules.go b/rules/rules.go index a90e11e..8420b84 100644 --- a/rules/rules.go +++ b/rules/rules.go @@ -22,7 +22,7 @@ func (s Set) Get(action string) (f Format) { f.Hide = true } if f.Font == "" { - f.Font = "courier" + f.Font = "CourierPrime" } if f.Size == 0 { f.Size = 12 -- cgit v1.2.3-70-g09d2