diff options
Diffstat (limited to 'rules/rules.go')
-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 |