summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorJoop Kiefte <ikojba@gmail.com>2020-11-20 03:07:28 +0200
committerJoop Kiefte <ikojba@gmail.com>2020-11-20 03:07:28 +0200
commitf1e7b17a8e18681f2177a3698f3812788ca3f396 (patch)
tree9be38da95526a04d3bd26f479254c6b4b3010d18 /rules
parente24903a7d1f1f314a55ee97748de24f701f9ff8d (diff)
Add Courier Prime and UTF-8 support
Diffstat (limited to 'rules')
-rw-r--r--rules/rules.go2
1 files changed, 1 insertions, 1 deletions
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