Skip to content

Commit

Permalink
A change made for testing my Git Hub skills
Browse files Browse the repository at this point in the history
  • Loading branch information
McInerny committed Nov 22, 2019
1 parent eef83b3 commit 146d4ec
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'
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_font <- 1
backfillz_object@theme_text_font_colour <- 'grey90'

Expand Down

0 comments on commit 146d4ec

Please sign in to comment.