0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-20 03:31:24 -05:00

Change email font to be more compatible

This commit is contained in:
Andrés Moya 2020-06-16 17:10:16 +02:00
parent 249a9558f8
commit 5cfad9ca9f
6 changed files with 9 additions and 9 deletions
backend/resources
emails-mjml
change-email
password-recovery
register
emails
change-email
password-recovery
register

View file

@ -1,7 +1,7 @@
<mjml>
<mj-head>
<mj-font name="Source Sans Pro" href="{{ public-uri }}/fonts/sourcesanspro-regular.eot" />
<mj-font name="Source Sans Pro" href="{{ public-uri }}/fonts/sourcesanspro-regular.ttf" />
<mj-attributes>
<mj-text font-family="Source Sans Pro" font-size="16px" color="#000000" line-height="150%" />
<mj-button background-color="#31EFB8" color="#1F1F1F" font-family="Source Sans Pro" font-size="16px" />

View file

@ -1,7 +1,7 @@
<mjml>
<mj-head>
<mj-font name="Source Sans Pro" href="{{ public-uri }}/fonts/sourcesanspro-regular.eot" />
<mj-font name="Source Sans Pro" href="{{ public-uri }}/fonts/sourcesanspro-regular.ttf" />
<mj-attributes>
<mj-text font-family="Source Sans Pro" font-size="16px" color="#000000" line-height="150%" />
<mj-button background-color="#31EFB8" color="#1F1F1F" font-family="Source Sans Pro" font-size="16px" />

View file

@ -1,7 +1,7 @@
<mjml>
<mj-head>
<mj-font name="Source Sans Pro" href="{{ public-uri }}/fonts/sourcesanspro-regular.eot" />
<mj-font name="Source Sans Pro" href="{{ public-uri }}/fonts/sourcesanspro-regular.ttf" />
<mj-attributes>
<mj-text font-family="Source Sans Pro" font-size="16px" color="#000000" line-height="150%" />
<mj-button background-color="#31EFB8" color="#1F1F1F" font-family="Source Sans Pro" font-size="16px" />

View file

@ -56,9 +56,9 @@
</style>
<![endif]-->
<!--[if !mso]><!-->
<link href="{{ public-uri }}/fonts/sourcesanspro-regular.eot" rel="stylesheet" type="text/css">
<link href="{{ public-uri }}/fonts/sourcesanspro-regular.ttf" rel="stylesheet" type="text/css">
<style type="text/css">
@import url({{ public-uri }}/fonts/sourcesanspro-regular.eot);
@import url({{ public-uri }}/fonts/sourcesanspro-regular.ttf);
</style>
<!--<![endif]-->
<style type="text/css">

View file

@ -56,9 +56,9 @@
</style>
<![endif]-->
<!--[if !mso]><!-->
<link href="{{ public-uri }}/fonts/sourcesanspro-regular.eot" rel="stylesheet" type="text/css">
<link href="{{ public-uri }}/fonts/sourcesanspro-regular.ttf" rel="stylesheet" type="text/css">
<style type="text/css">
@import url({{ public-uri }}/fonts/sourcesanspro-regular.eot);
@import url({{ public-uri }}/fonts/sourcesanspro-regular.ttf);
</style>
<!--<![endif]-->
<style type="text/css">

View file

@ -56,9 +56,9 @@
</style>
<![endif]-->
<!--[if !mso]><!-->
<link href="{{ public-uri }}/fonts/sourcesanspro-regular.eot" rel="stylesheet" type="text/css">
<link href="{{ public-uri }}/fonts/sourcesanspro-regular.ttf" rel="stylesheet" type="text/css">
<style type="text/css">
@import url({{ public-uri }}/fonts/sourcesanspro-regular.eot);
@import url({{ public-uri }}/fonts/sourcesanspro-regular.ttf);
</style>
<!--<![endif]-->
<style type="text/css">