Skip to content

Commit c2cacb0

Browse files
committed
🔥(mail) replace google font Roboto
Google fonts are not GDPR. We remove them and use system fonts instead.
1 parent f8fab49 commit c2cacb0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/mail/mjml/partial/header.mjml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
{{ title }}
1010
</mj-preview>
1111
<mj-attributes>
12-
<mj-font name="Roboto" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap" />
1312
<mj-all
14-
font-family="Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif"
13+
font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Cantarell, 'Helvetica Neue', sans-serif"
1514
font-size="16px"
1615
line-height="normal"
1716
color="#3A3A3A"

0 commit comments

Comments
 (0)