Skip to content

Commit 11b3c37

Browse files
authored
Merge pull request #91 from ivelasq/new-font
add cabin to theme
2 parents a6cbe61 + c97e494 commit 11b3c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/theme_dataedu.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
#' @export
1414
theme_dataedu <- function() {
1515
ggplot2::theme_minimal(base_size = 12,
16-
base_family = "GillSansMT")
16+
base_family = "Cabin")
1717
}

0 commit comments

Comments
 (0)