diff --git a/R/inter.R b/R/inter.R index cc24c59..5cb309c 100644 --- a/R/inter.R +++ b/R/inter.R @@ -60,22 +60,22 @@ theme_ipsum_inter <- function( base_family="Inter-Medium", base_size = 10, - plot_title_family="Inter-SemiBold", + plot_title_family="Inter-Bold", plot_title_size = 16, plot_title_face="bold", plot_title_margin = 8, - subtitle_family="Inter-Medium", + subtitle_family="Inter-Light", subtitle_size = 12, subtitle_face = "plain", subtitle_margin = 13, - strip_text_family = "Inter", + strip_text_family = "Inter-SemiBold", strip_text_size = 12, strip_text_face = "bold", - caption_family="Inter-Light", + caption_family="Inter-Thin", caption_size = 9, caption_face = "plain", caption_margin = 10, - axis_text_family = "Inter-Thin", + axis_text_family = "Inter-Light", axis_text_face = "plain", axis_text_size = 9, axis_title_family = base_family, diff --git a/man/theme_ipsum_inter.Rd b/man/theme_ipsum_inter.Rd index 71aa7be..e406657 100644 --- a/man/theme_ipsum_inter.Rd +++ b/man/theme_ipsum_inter.Rd @@ -7,22 +7,22 @@ theme_ipsum_inter( base_family = "Inter-Medium", base_size = 10, - plot_title_family = "Inter-SemiBold", + plot_title_family = "Inter-Bold", plot_title_size = 16, plot_title_face = "bold", plot_title_margin = 8, - subtitle_family = "Inter-Medium", + subtitle_family = "Inter-Light", subtitle_size = 12, subtitle_face = "plain", subtitle_margin = 13, - strip_text_family = "Inter", + strip_text_family = "Inter-SemiBold", strip_text_size = 12, strip_text_face = "bold", - caption_family = "Inter-Light", + caption_family = "Inter-Thin", caption_size = 9, caption_face = "plain", caption_margin = 10, - axis_text_family = "Inter-Thin", + axis_text_family = "Inter-Light", axis_text_face = "plain", axis_text_size = 9, axis_title_family = base_family,