https://github.com/magiclen/noto-sans-sc-woff2
https://github.com/magiclen/noto-sans-sc-woff2
source-han-sans web-font woff2
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/magiclen/noto-sans-sc-woff2
- Owner: magiclen
- Created: 2019-02-28T04:44:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T07:30:32.000Z (almost 5 years ago)
- Last Synced: 2025-01-24T15:35:14.530Z (over 1 year ago)
- Topics: source-han-sans, web-font, woff2
- Homepage:
- Size: 27.7 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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';
}
```