Download Proxima Nova fonts from the AAGI private repository
Source:R/download_fonts.R
download_fonts.Rd
This function downloads the Proxima Nova font files from the private AAGI repository and extracts them to the specified destination directory.
Usage
download_fonts(
font_repo = "jafernandez01/font-resources",
font_dir = "fonts/",
dest_dir = "./_extensions/aagi-report",
pat = Sys.getenv("GITHUB_PAT")
)