Description Usage Arguments Value Examples
Get detailed information about a font
1 | get_font_info(id, subsets = NULL, ...)
|
id |
Id of the font, correspond to column |
subsets |
Select charsets, for example |
... |
Arguments passed to |
a data.frame
.
1 2 3 4 5 6 | if (interactive()) {
# Info about Roboto
roboto <- get_font_info("roboto")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.