Skip to content

Commit

Permalink
2.001
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed May 26, 2020
0 parents commit 722da7d
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Source Han Sans CN Woff2
=================================

## Usage

Just add woff2 font files into your CSS.

e.g.

```css
p {
font-family: 'Noto Sans CJK SC Normal', 'Source Han Sans SC Normal', 'Source Han Sans CN Normal', url('/path/to/SourceHanSansCN-Normal.woff2') format('woff2');
}
```

Including the following fonts,

#### Source Han Sans CN

1. Source Han Sans CN Normal

1. Source Han Sans CN Heavy

1. Source Han Sans CN ExtraLight

Other weights can be found in [this repo](https://github.com/magiclen/source-han-sans-cn-woff2).

## Building the fonts from source

https://github.com/adobe-fonts/source-han-sans

https://github.com/google/woff2

## License

No license for this repo. License of Source Han Sans is SIL Open Font.
Binary file added SourceHanSansCN-ExtraLight.woff2
Binary file not shown.
Binary file added SourceHanSansCN-Heavy.woff2
Binary file not shown.
Binary file added SourceHanSansCN-Normal.woff2
Binary file not shown.

0 comments on commit 722da7d

Please sign in to comment.