From 28ab9f6581f0a0d49c14a17ee50a6b647cfc7004 Mon Sep 17 00:00:00 2001 From: gnoblet Date: Sun, 19 Feb 2023 22:42:29 -0500 Subject: [PATCH] Default font is "segoui" --- R/theme_reach.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/theme_reach.R b/R/theme_reach.R index ccb5f11..389d1bc 100644 --- a/R/theme_reach.R +++ b/R/theme_reach.R @@ -60,7 +60,7 @@ theme_reach <- function( palette = "main", discrete = TRUE, reverse = FALSE, - font_family = "Segoe UI", + font_family = "segoeui", title_size = 12, title_color = cols_reach("main_grey"), title_font_face = "bold",