one more chance at email font

This commit is contained in:
Sagi Dayan 2020-05-15 15:42:43 -04:00
parent a597f00588
commit bd133ae139

View file

@ -1,13 +1,16 @@
<html>
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat&display=swap">
<div style="width:100%;background-color:#fff">
</head>
<body style="font-family: 'Montserrat', Arial, sans-serif;">
<div style="width:100%;background-color:#fff;">
<div style="color: #4a4a4a;
max-width:800px;
margin-left:auto;
margin-right:auto;
text-align: left;
direction: ltr;
font-family: 'Montserrat', Arial, sans-serif;
">
<div style="background-color: #fafafa;
padding: 2rem 1.5rem 2rem;
@ -41,5 +44,6 @@
</div>
</div>
</body>
</html>