diff --git a/templates/emails/email-styles.php b/templates/emails/email-styles.php index 54c9b76344d..c19695fbec0 100644 --- a/templates/emails/email-styles.php +++ b/templates/emails/email-styles.php @@ -40,7 +40,7 @@ $text_lighter_20 = wc_hex_lighter( $text, 20 ); border-radius: 3px 3px 0 0 !important; color: ; border-bottom: 0; - font-family: "Helvetica Neue", sans-serif; + font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-weight:bold; line-height:100%; vertical-align:middle; @@ -65,7 +65,7 @@ $text_lighter_20 = wc_hex_lighter( $text, 20 ); } #body_content_inner { color: ; - font-family: "Helvetica Neue", sans-serif; + font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-size:14px; line-height:150%; text-align: ; @@ -73,7 +73,7 @@ $text_lighter_20 = wc_hex_lighter( $text, 20 ); h1 { color: ; display: block; - font-family: "Helvetica Neue", sans-serif; + font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; @@ -86,7 +86,7 @@ h1 { h2 { color: ; display: block; - font-family: "Helvetica Neue", sans-serif; + font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; @@ -96,7 +96,7 @@ h2 { h3 { color: ; display: block; - font-family: "Helvetica Neue", sans-serif; + font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-size: 16px; font-weight: bold; line-height: 130%;