Skip to contents

Downloads and installs the fonts required for AidData themes (Roboto and Open Sans) from Google Fonts. This requires an internet connection and permission to install fonts on your system.

Usage

install_aiddata_fonts(force_reinstall = FALSE)

Arguments

force_reinstall

If TRUE, will attempt to reinstall even if fonts are present

Value

Logical indicating whether all fonts were successfully installed

Examples

if (FALSE) { # \dontrun{
install_aiddata_fonts()
} # }