tweak a little more

Mon, 01 May 2017 13:32:57 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 01 May 2017 13:32:57 -0400
changeset 557
6631ca6ce1a1
parent 556
0313b9d2f171
child 558
2ee5e91dbf58

tweak a little more

.pandoc/templates/mail.html5 file | annotate | diff | comparison | revisions
--- a/.pandoc/templates/mail.html5
+++ b/.pandoc/templates/mail.html5
@@ -2,7 +2,11 @@
 <html$if(lang)$ lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$>
   <head>
     <meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
-    <style type="text/css">code{white-space: pre;} body{line-height:1.2em} $if(quotes)$q { quotes: "“" "”" "‘" "’"; } $endif$ $if(highlighting-css)$ $highlighting-css$ $endif$</style>
+    <style type="text/css">
+      code{white-space: pre;} body{font-family:sans-serif} p{line-height:1.2em}
+      $if(quotes)$q { quotes: "“" "”" "‘" "’"; } $endif$
+      $if(highlighting-css)$ $highlighting-css$ $endif$
+    </style>
   </head>
   <body>
     $body$

mercurial