Description Usage Arguments Author(s) Examples
This function provides information of Google Fonts
that can be used in the font_install()
function.
It will try to include all font faces available for a specified family name.
1 |
name |
Name of the font that will be searched in Google Fonts. |
... |
Other parameters passed to |
Yixuan Qiu <https://statr.me/>
1 2 3 4 5 6 7 8 | opensans = google_fonts("Open Sans")
print(opensans)
## Not run:
## Install the Open Sans font to the showtexdb package
font_install(opensans)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.