We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa0cb9a commit 8f7d273Copy full SHA for 8f7d273
1 file changed
writeas/cli.go
@@ -310,6 +310,7 @@ func DoPost(post []byte, encrypt, tor bool) {
310
if encrypt {
311
data.Add("e", "")
312
}
313
+ data.Add("font", "mono")
314
315
urlStr, client := client(false, tor, "", "")
316
0 commit comments