Skip to content

Commit

Permalink
Cherry-Pick: Update email template font to Inter (#24622)
Browse files Browse the repository at this point in the history
Merged into `main` via #24617.
  • Loading branch information
iansltx authored Dec 10, 2024
1 parent 0c6f9e5 commit 29a8d1a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 25 deletions.
1 change: 1 addition & 0 deletions changes/email-font-inter
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Switched email template font to Inter to match previous changes in the rest of the UI
7 changes: 2 additions & 5 deletions server/mail/templates/change_email_confirmation.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap"
rel="stylesheet"
/>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
<style>
body {
font-family: "Nunito Sans", sans-serif;
font-family: "Inter", sans-serif;
margin: 0;
}

Expand Down
7 changes: 2 additions & 5 deletions server/mail/templates/invite_token.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap"
rel="stylesheet"
/>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
<style>
body {
font-family: "Nunito Sans", sans-serif;
font-family: "Inter", sans-serif;
margin: 0;
}

Expand Down
7 changes: 2 additions & 5 deletions server/mail/templates/mfa.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap"
rel="stylesheet"
/>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
<style>
body {
font-family: "Nunito Sans", sans-serif;
font-family: "Inter", sans-serif;
margin: 0;
}

Expand Down
7 changes: 2 additions & 5 deletions server/mail/templates/password_reset.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap"
rel="stylesheet"
/>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
<style>
body {
font-family: "Nunito Sans", sans-serif;
font-family: "Inter", sans-serif;
margin: 0;
}

Expand Down
7 changes: 2 additions & 5 deletions server/mail/templates/smtp_setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap"
rel="stylesheet"
/>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
<style>
body {
font-family: "Nunito Sans", sans-serif;
font-family: "Inter", sans-serif;
margin: 0;
}

Expand Down

0 comments on commit 29a8d1a

Please sign in to comment.