Re: [MlMt] revisiting fonts

2018-04-21 Thread Benny Kjær Nielsen

On 20 Apr 2018, at 22:06, Rob McBroom wrote:

I was messing with font settings again today and was reminded that the 
Plain Text and HTML alternatives are basically identical. If I change 
the font for either view, it changes for both.


Is it possible to show plain text messages with a fixed-width font?


I think you can probably get close by creating this file:

	~/Library/Application\ 
Support/MailMate/Resources/MmMessagesWebView/html_stylesheet.css


For plain text emails displayed by MailMate then the following should 
work:


div { font-family: Monaco, monospace; }

Is it possible to respect the senders font in HTML, but fall back to 
variable-width if they don’t specify?


Very often they do specify, e.g., MailMate has to explicitly request a 
sans-serif font, because otherwise HTML emails get very ugly in some 
email clients.


You could try something like this:

body { font-family: monospace; }

Or maybe:

p,div { font-family: monospace; }

Overriding everything:

* { font-family: monospace !important; }

--
Benny
https://freron.com/become_a_mailmate_patron/
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


[MlMt] revisiting fonts

2018-04-20 Thread Rob McBroom
I think by the time I fumbled around and figured out what I was actually 
asking, this [old thread][then] was abandoned, so I’m trying again.


I was messing with font settings again today and was reminded that the 
Plain Text and HTML alternatives are basically identical. If I change 
the font for either view, it changes for both.


Is it possible to show plain text messages with a fixed-width font? Is 
it possible to respect the senders font in HTML, but fall back to 
variable-width if they don’t specify?


Thanks!

[then]: 
https://www.mail-archive.com/mailmate@lists.freron.com/msg06847.html


--
Rob McBroom
http://www.skurfer.com/
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate