| theme_fbb | R Documentation |
Creates an FBB theme. Requires fonts Circular Std regular (# https://github.com/elartix/circular-std/blob/master/fonts/CircularStd-Book.ttfy) and bold (https://github.com/elartix/circular-std/blob/master/fonts/CircularStd-Bold.ttf . After instlling the fonts, register them in R: # install.packages("extrafont") # extrafont::font_import() # extrafont::loadfonts()
theme_fbb(
base_size = 14,
base_family = "CircularStd",
base_line_size = base_size/170,
base_rect_size = base_size/170
)
a ggplot2 theme
theme_fbb()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.