How to use google fonts in the bookdown books. Please tell me
Check out this bookdown::gitbook project from Bob Rudis on his github: https://github.com/hrbrmstr/21-recipes
bookdown::gitbook
In brief, two steps:
.css
_output.yml
bookdown::gitbook: css: style.css
Alternatively, check out this addin, which you can download from GitHub.
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.