gokien / issue-tracker

Issue tracker and general information
http://gokien.org
1 stars 2 forks source link

Set font-family for text in mailing list archives #45

Open lewtds opened 11 years ago

lewtds commented 11 years ago

Mailing list archive text is wrapped in pre tags with no font styling so Firefox (using fontconfig's configuration) defaults to Courier New (according to #44), which is very illegible.

An example: http://lists.gokien.org/pipermail/dev/2013-July/000002.html hnh chp t 2013-07-11 22 26 01

Much better with Droid Sans Mono: hnh chp t 2013-07-11 22 29 21

lewtds commented 10 years ago

Interestingly, Chrome/Chromium guys understand this issue [1] and make monospace default to Droid Sans Mono instead. So the bug is only observable on Firefox.

[1] http://code.google.com/p/chromium/issues/detail?id=142485

myguidingstar-zz commented 10 years ago

this means configuring mailman, doesn't it?

lewtds commented 10 years ago

Yes. Should be a simple HTML/CSS template patch.