diff --git a/DESCRIPTION b/DESCRIPTION index baf86ea..665407c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: ddh Type: Package Title: Utility Functions and Data Sets for Data-driven Hypothesis -Version: 0.3.18 +Version: 0.3.19 Authors@R: c( person(given = "Matthew", family = "Hirschey", diff --git a/R/theme.R b/R/theme.R index 73cbf40..4c01303 100644 --- a/R/theme.R +++ b/R/theme.R @@ -50,7 +50,7 @@ theme_ddh <- function(style = "default", base_size = 15, if(!is.logical(panelbackground)) stop('panelbackground must be a logical variable') if(!is.numeric(margin)) stop('margin must be a numeric value') - fontfamily_sans <- "Nunito Sans" + fontfamily_sans <- "Roboto Slab" # "Nunito Sans" fontfamily_slab <- "Roboto Slab" fontfamily_mono <- "Roboto Mono"