R/meta.R

#' Get Google Font Meta Information
#'
#' @return \code{data.frame}
#' @export
gf_meta <- function(){
  jsonlite::fromJSON(
    paste0(
      readLines(
        "https://fonts.google.com/metadata/fonts"
      )[-1],
      collapse=" "
    )
  )
}
timelyportfolio/googlefontR documentation built on May 31, 2019, 1:50 p.m.