.onAttach <- function(...) {
if (!interactive()) return()
msg <-
cli::cli({
cli::cli_alert_info("The following fonts must be installed for themes to function properly:")
cli::cli_li(c("Playfair Display", "IBM Plex Sans"))
})
packageStartupMessage(msg)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.