From: Eric Morris Date: Mon, 6 Jan 2014 19:52:19 +0000 (-0800) Subject: Normalize font rendering in Outlook X-Git-Tag: v1.0.5~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0388ccc2fd483d50b77df33c3dda61323f071eab;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Normalize font rendering in Outlook --- diff --git a/css/ink.css b/css/ink.css index 4aff968a..fb2d8c71 100644 --- a/css/ink.css +++ b/css/ink.css @@ -316,7 +316,7 @@ img.center { /* Typography */ -body, table.body, h1, h2, h3, h4, h5, h6, p { +body, table.body, h1, h2, h3, h4, h5, h6, p, td { color: #222222; font-family: "Helvetica", "Arial", sans-serif; font-weight: normal; @@ -336,7 +336,7 @@ h3 {font-size: 32px;} h4 {font-size: 28px;} h5 {font-size: 24px;} h6 {font-size: 20px;} -body, table.body, p {font-size: 14px;line-height:19px;} +body, table.body, p, td {font-size: 14px;line-height:19px;} p { margin-bottom: 10px;