Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix MFA email verification code font #8082

Merged
merged 1 commit into from May 7, 2024

Conversation

stnguyen90
Copy link
Contributor

@stnguyen90 stnguyen90 commented May 7, 2024

What does this PR do?

The font family was set to Inter without any fallback and since the Inter isn't available in emails, the font rendered the default font, Times New Roman. This commit adds a fallback font to the font-family ensuring an sans-serif font like Inter is used.

Test Plan

Tested by triggering the email into Maildev and then forwarding it to Gmail:

Before:

image

After:

image

Related PRs and Issues

None

Checklist

  • Have you read the Contributing Guidelines on issues?
  • If the PR includes a change to an API's metadata (desc, label, params, etc.), does it also include updated API specs and example docs?

The font family was set to Inter without any fallback and since the
Inter isn't available in emails, the font rendered the default font,
Times New Roman. This commit adds a fallback font to the font-family
ensuring an sans-serif font like Inter is used.
@stnguyen90 stnguyen90 marked this pull request as ready for review May 7, 2024 01:31
@stnguyen90 stnguyen90 self-assigned this May 7, 2024
@stnguyen90 stnguyen90 added the product / auth Fixes and upgrades for the Appwrite Auth / Users / Teams services. label May 7, 2024
@stnguyen90 stnguyen90 merged commit 7ea7c83 into 1.5.x May 7, 2024
21 checks passed
@stnguyen90 stnguyen90 deleted the fix-mfa-email-verification-code-font branch May 7, 2024 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product / auth Fixes and upgrades for the Appwrite Auth / Users / Teams services.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants