From 0388ccc2fd483d50b77df33c3dda61323f071eab Mon Sep 17 00:00:00 2001 From: Eric Morris Date: Mon, 6 Jan 2014 11:52:19 -0800 Subject: [PATCH] Normalize font rendering in Outlook --- css/ink.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.3