theme_fbb: FBB theme

View source: R/theme_fbb.R

theme_fbbR Documentation

FBB theme

Description

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()

Usage

theme_fbb(
  base_size = 14,
  base_family = "CircularStd",
  base_line_size = base_size/170,
  base_rect_size = base_size/170
)

Value

a ggplot2 theme

Examples

theme_fbb()


bitsandbricks/fbb documentation built on June 8, 2025, 11:53 p.m.