Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes:
Fixes blocky text for Windows users by updating the Amazon Ember font version from 0.002 to 1.010.
Updated font files are from https://m.media-amazon.com/images/G/01/mobile-apps/dex/alexa/branding/Amazon_Typefaces_Complete_Font_Set_Mar2020.zip, which is linked on https://developer.amazon.com/en-US/alexa/branding/echo-guidelines/identity-guidelines/typography.
Before:
The above screenshot is of docs.amplify.aws/react/how-amplify-works/concepts/. The bottom ends of the S and s's are blocky. Other parts in the screenshot and text on other pages are also pixelated.
After:
The bottom ends of the S and s's aren't blocky anymore.
Alternatives considered:
I tried fixing this with CSS, but I couldn't find a combination that worked. My friends on MacOS and Linux also didn't see the blocky text on their screens, which hints to an OS/font issue instead of a browser/CSS issue.
Related GitHub issue #, if available:
Fixes #2696
I saw this issue on both Windows 10 and 11, on Chrome and Firefox.
Instructions
Which product(s) are affected by this PR (if applicable)?
Checks
ref: MDX:
[link](https://docs.amplify.aws/)
HTML:
<a href="https://docs.amplify.aws/">link</a>
When this PR is ready to merge, please check the box below
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.