Skip to contents

Downloads and installs the Poppins font family from Google Fonts to your system. This is a one-time operation that makes the font available to all R sessions and graphics devices.

Note: This function requires an internet connection and may require administrative privileges on some systems.

Usage

install_poppins()

Value

Invisibly returns TRUE if installation succeeds, throws an error otherwise.

Examples

if (FALSE) { # \dontrun{
# Install Poppins font (requires internet connection)
install_poppins()
} # }