From 97b74dc343dcf716ba3d51a0f0b2a0a4da627756 Mon Sep 17 00:00:00 2001 From: gnoblet Date: Thu, 25 May 2023 11:31:26 +0200 Subject: [PATCH] Update and fix font family --- R/theme_reach.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/theme_reach.R b/R/theme_reach.R index 905bee0..ac4a3be 100644 --- a/R/theme_reach.R +++ b/R/theme_reach.R @@ -4,7 +4,7 @@ #' @param palette Palette name from 'pal_reach()'. #' @param discrete Boolean indicating whether color aesthetic is discrete or not. #' @param reverse Boolean indicating whether the palette should be reversed. -#' @param font_family The font family for all plot's texts. Default to "Leelawadee". +#' @param font_family The font family for all plot's texts. Default to "Segoe UI". #' @param title_size The size of the title. Defaults to 12. #' @param title_color Title color. #' @param title_font_face Title font face. Default to "bold". Font face ("plain", "italic", "bold", "bold.italic"). @@ -63,7 +63,7 @@ theme_reach <- function( palette = "main", discrete = TRUE, reverse = FALSE, - font_family = "segoeui", + font_family = "Segoe UI", title_size = 12, title_color = cols_reach("main_grey"), title_font_face = "bold",