From c97e494728e028cf88d3e14c721ef72049922917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isabella=20Vel=C3=A1squez?= Date: Sun, 31 May 2020 13:55:29 -0500 Subject: [PATCH] add cabin to theme --- R/theme_dataedu.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }