powered by
Downloads and caches the specified fonts (or default fonts) so they are available for PNG conversion without internet access.
install_fonts( fonts = c("Jost", "Montserrat", "Roboto", "Open Sans"), verbose = TRUE )
Named logical vector indicating success for each font
Character vector of Google Font names to download. Default is c("Jost", "Montserrat", "Roboto", "Open Sans").
Print status messages
# \donttest{ install_fonts() install_fonts(c("Jost", "Roboto")) # }
Run the code above in your browser using DataLab