## code to prepare `font-family` dataset goes here
fonts <- gfonts::get_all_fonts()
fonts <- fonts[, c("id", "family", "category")]
usethis::use_data(fonts, internal = TRUE, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.