Skip to content

Commit 8f7d273

Browse files
committed
Default post font to mono
Part of #4
1 parent fa0cb9a commit 8f7d273

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

writeas/cli.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ func DoPost(post []byte, encrypt, tor bool) {
310310
if encrypt {
311311
data.Add("e", "")
312312
}
313+
data.Add("font", "mono")
313314

314315
urlStr, client := client(false, tor, "", "")
315316

0 commit comments

Comments
 (0)