You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows machines do not support Helvetica font type, so I had to make modifications to the bbc_style() in a separate ggplot2() function. It would be cool to have maybe a font argument that defaults to Helvetica, but would allow others to change the font name. Once the font changes, there may be some sizing differences, so it would also be cool to create an offset size, to do a plus or minus the current font sizes used in your function: bbc_style <- function(font = "Helvetica", offset = 0), which would allow me to use it like this: bbc_style("Arial", -2).