initialise_fonts = function(){
dir.create("~/.fonts/", showWarnings = FALSE)
file.copy(list.files(system.file("app/www/fonts", package = "whesApp"), full.names = TRUE), "~/.fonts",)
system('fc-cache -f ~/.fonts/temp')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.