forked from sagi/seepur
one more chance at email font
This commit is contained in:
parent
a597f00588
commit
bd133ae139
1 changed files with 42 additions and 38 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue