google / google/fonts

Problem with Noto Sans TC and SC fonts

Open
#3,458 1 comment 0 reactions 0 assignees View on GitHub
I New Font z_Noto
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.
![font-error](https://user-images.githubusercontent.com/935533/120281644-c26da200-c2eb-11eb-9741-426e0ecbe98b.jpg)

I am using create-react-app with Material UI.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.