Set the default sizes of lines, points and fonts in ggplot geoms, and text labels in ggplot axes to get a single consistent look and feel.
Usage
gg_set_size_defaults(
lineSize = 0.5,
fontSizePts = 4 + lineSize * 8,
font = "Roboto",
size = lineSize * 2
)