Problem with Noto Sans TC and SC fonts
- Dominant language
- HTML
- Stars
- 20.5k
- Forks
- 2.9k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 95
Description
Hi,
I did an import of Noto Sans TC and Noto Sans SC in my scss:
```
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&display=swap');
```
and add the following
```
* {
box-sizing: border-box;
font-family: 'Noto Sans TC', 'Noto Sans SC', sans-serif !important;
font-size: $fontSize14;
}
```
The page does reflect the imported font but I noticed certain glyphs do not seems to match with the rest... I have attached a screenshot showing an example.

I am using create-react-app with Material UI.
Contributor guide
Assessment
This issue has not been assessed yet.