Skip to content

Commit

Permalink
Another test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
McInerny committed Nov 22, 2019
1 parent 146d4ec commit 3745b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/set_theme.R
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ set_theme <- function(backfillz_object, theme = 'default') {
} else if (theme == 'demo 2') {
message('Setting backfillz object theme to demo 2')
backfillz_object@theme_name <- 'demo 2'
backfillz_object@theme_text_family <- 'sans' #"Roboto" # "IBM Plex Mono" # "Bungee Shade" # "IBM Plex Sans Condensed" # 'mono' # names of useful google fonts
backfillz_object@theme_text_family <- 'sans' #"Roboto" # "IBM Plex Mono" # "Bungee Shade" # "IBM Plex Sans Condensed" # 'mono' # names of useful google fontz
backfillz_object@theme_text_font <- 1
backfillz_object@theme_text_font_colour <- 'grey90'

Expand Down

0 comments on commit 3745b3b

Please sign in to comment.