View source: R/update_geom_fonts_ib.R
Updates ggplot2::geom_label, ggplot2::geom_text, and ggplot2::annotate font defaults
1 2 3 4 5 6 7 | update_geom_fonts_ib(
family = "IBM Plex Sans",
face = "plain",
size = 7,
color = "gray20",
hjust = 0
)
|
family |
default geom font family |
face |
default geom font face |
size |
default geom font size |
color |
default text color |
hjust |
default hjust value |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.