gitbook-plugin-twfont
Version:
25 lines (15 loc) • 490 B
Markdown
## gitbook-plugin-twfont
To support Taiwan font family and font embed in gitbook web version. And modify the code part's fonts.
### To Install
```
npm install gitbook-plugin-twfont
```
In `book.json` ,
add `gitbook-plugin-twfont` in `plugins`
```json
"plugins": [
"gitbook-plugin-twfont"
]
```
### Created by
Originally Created by [saturngod](https://github.com/saturngod) , modified by [Set Kyar Wa Lar](https://github.com/setkyar), modified by [imcmy](https://github.com/imcmy)