diff options
author | Joop Kiefte <ikojba@gmail.com> | 2020-11-20 03:07:28 +0200 |
---|---|---|
committer | Joop Kiefte <ikojba@gmail.com> | 2020-11-20 03:07:28 +0200 |
commit | f1e7b17a8e18681f2177a3698f3812788ca3f396 (patch) | |
tree | 9be38da95526a04d3bd26f479254c6b4b3010d18 /rules | |
parent | e24903a7d1f1f314a55ee97748de24f701f9ff8d (diff) |
Add Courier Prime and UTF-8 support
Diffstat (limited to 'rules')
-rw-r--r-- | rules/rules.go | 2 |
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 |