Nothing
#' List Available Typst Fonts
#'
#' @returns a character vector of font names
#' @export
#'
#' @examplesIf has_any_typst()
#' typr_fonts()
typr_fonts <- function() {
out <- typr_run(args = 'fonts')$stdout
strsplit(out, '\n')[[1]]
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.