I
I
IvanKalinin2015-06-27 01:48:32
css
IvanKalinin, 2015-06-27 01:48:32

How to set font size for email template for gmail app on android?

Gmail app ignores font properties (font-size, line-height, etc.)
How can I fix this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Moskus, 2015-06-27
@Moskus

Add a style attribute directly to the text container element and write something like

font-family:'Open Sans',Arial,sans-serif;
font-size:48px!important;
line-height:56px!important;
font-weight:bold;

It works, plucked out of an email by the debugger, in which the font looks really big.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question