Skip to content

Commit

Permalink
replace Nunito Sans 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pcastellanoescuder committed Dec 15, 2023
1 parent 26ae1f2 commit 28dc478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion R/theme.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 28dc478

Please sign in to comment.