Update README.md

This commit is contained in:
zzossig 2019-12-06 10:53:51 +09:00 committed by GitHub
parent 33c69331d5
commit ac5a52d7f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -742,6 +742,12 @@ title_font = "\"Montserrat\", sans-serif"
content_font = "\"Merriweather\", serif" content_font = "\"Merriweather\", serif"
``` ```
5. Another approach
Make a file at root/layouts/partials/head/custom.html and then load font style.
```html
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,700&display=swap&subset=korean" rel="stylesheet">
```
## External Library ## External Library
If you want use external libraries, this theme currently supporting Katex, MathJax, Mermaid, Flowchart.js, chart.js, viz-graph, wavedrom, js-sequence-diagram. Just add some front matter. If you want use external libraries, this theme currently supporting Katex, MathJax, Mermaid, Flowchart.js, chart.js, viz-graph, wavedrom, js-sequence-diagram. Just add some front matter.