M R/inter.R => R/inter.R +5 -5
@@ 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,
M man/theme_ipsum_inter.Rd => man/theme_ipsum_inter.Rd +5 -5
@@ 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,