diff --git a/R/theme_ap.R b/R/theme_ap.R index bb93cc9..27f59b3 100644 --- a/R/theme_ap.R +++ b/R/theme_ap.R @@ -30,7 +30,7 @@ #' @export -theme_ap <- function(size = 12, family = "GoodCompCondBook") { +theme_ap <- function(size = 12, family = "") { theme( # Text elements text = element_text(family = family, size = size),