An open API service indexing awesome lists of open source software.

https://github.com/magiclen/noto-sans-sc-woff2


https://github.com/magiclen/noto-sans-sc-woff2

source-han-sans web-font woff2

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

Noto Sans SC (Downloaded from Google Fonts)
=======

Locally host Google Fonts' [Noto Sans SC](https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap).

## Usage

1. Edit `SC.css`. Replace `https://cdn.jsdelivr.net/gh/magiclen/noto-sans-sc-woff2@2.0.1` to other path if needed.

2. In HTML `` element, insert

```html

```

3. In CSS, e.g.

```css
p {
font-family: 'SC';
}
```