-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 722da7d
Showing
4 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Binary file not shown.