https://github.com/transfusion/kaixinsong-webfont
A webfont repository for KaiXinSong.
https://github.com/transfusion/kaixinsong-webfont
chinese cjk face fangsong font hanja hanzi japanese kaixinsong kanji korean serif split subset type unicode web woff2
Last synced: 4 months ago
JSON representation
A webfont repository for KaiXinSong.
- Host: GitHub
- URL: https://github.com/transfusion/kaixinsong-webfont
- Owner: Transfusion
- License: mit
- Created: 2020-12-18T10:16:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T17:11:01.000Z (about 1 year ago)
- Last Synced: 2025-06-25T08:11:22.846Z (4 months ago)
- Topics: chinese, cjk, face, fangsong, font, hanja, hanzi, japanese, kaixinsong, kanji, korean, serif, split, subset, type, unicode, web, woff2
- Language: CSS
- Homepage:
- Size: 33.3 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 开心宋体
A webfont repository for KaiXinSong, based on . Supports CJK Extensions A through I.
- Original font: (version 4.1)
- Split with [font-splitter](https://github.com/VdustR/font-splitter)
- Minify with [clean-css-cli](https://github.com/jakubpawlowicz/clean-css-cli)
```bash
cleancss --source-map -o KaiXinSong.min.css KaiXinSong.css
```## Online Demo
## Usage
```css
body {
font-family: KaiXinSong;
}
```### With Pre-processor
Install `kaixinsong`:
```sh
npm i kaixinsong
# or install it with yarn
yarn add kaixinsong
```And import it in js:
```js
import "kaixinsong";
```or in css:
```css
@import "~kaixinsong";
```### With CDN
jsDelivr npm:
```html
```
jsDelivr GitHub:
```html
```
UNPKG:
```html
```