diff --git a/R/theme_dataedu.R b/R/theme_dataedu.R index 193eaf7..bf37ee7 100644 --- a/R/theme_dataedu.R +++ b/R/theme_dataedu.R @@ -13,5 +13,5 @@ #' @export theme_dataedu <- function() { ggplot2::theme_minimal(base_size = 12, - base_family = "GillSansMT") + base_family = "Cabin") }