use_reschola_fonts | R Documentation |
Sets {ggplot2}
defaults for most text-based geoms in {ggplot2}
,
{ggtext}
, and {ggrepel}
.
use_reschola_fonts(
family = "Ubuntu Condensed",
face = "plain",
size = 3.5,
color = "#2b2b2b"
)
set_reschola_ggplot_fonts(
family = "Ubuntu Condensed",
face = "plain",
size = 3.5,
color = "#2b2b2b"
)
family |
font family, defaults to reschola recommended |
face |
font face |
size |
font size |
color |
font color |
Geoms covered: "text", "label", "richtext", "text_box", "text_repel", and "label_repel".
Other Font helpers and shortcuts:
import_fonts()
,
install_reschola_fonts()
,
register_reschola_fonts()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.