View source: R/font_family_exists.R
| font_family_exists | R Documentation |
Check if a font family exists in available fonts.
font_family_exists(font_family = "sans", system_only = FALSE)
font_family |
font family name (case sensitive) |
system_only |
If |
A logical value
font_family_exists("sans")
font_family_exists("Arial")
font_family_exists("Courier")
font_family_exists("Arial", system_only = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.