Browse Source

weight change

master
boB Rudis 3 years ago
parent
commit
703013658f
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 10
      R/inter.R
  2. 10
      man/theme_ipsum_inter.Rd

10
R/inter.R

@ -60,22 +60,22 @@
theme_ipsum_inter <- function( theme_ipsum_inter <- function(
base_family="Inter-Medium", base_family="Inter-Medium",
base_size = 10, base_size = 10,
plot_title_family="Inter-SemiBold", plot_title_family="Inter-Bold",
plot_title_size = 16, plot_title_size = 16,
plot_title_face="bold", plot_title_face="bold",
plot_title_margin = 8, plot_title_margin = 8,
subtitle_family="Inter-Medium", subtitle_family="Inter-Light",
subtitle_size = 12, subtitle_size = 12,
subtitle_face = "plain", subtitle_face = "plain",
subtitle_margin = 13, subtitle_margin = 13,
strip_text_family = "Inter", strip_text_family = "Inter-SemiBold",
strip_text_size = 12, strip_text_size = 12,
strip_text_face = "bold", strip_text_face = "bold",
caption_family="Inter-Light", caption_family="Inter-Thin",
caption_size = 9, caption_size = 9,
caption_face = "plain", caption_face = "plain",
caption_margin = 10, caption_margin = 10,
axis_text_family = "Inter-Thin", axis_text_family = "Inter-Light",
axis_text_face = "plain", axis_text_face = "plain",
axis_text_size = 9, axis_text_size = 9,
axis_title_family = base_family, axis_title_family = base_family,

10
man/theme_ipsum_inter.Rd

@ -7,22 +7,22 @@
theme_ipsum_inter( theme_ipsum_inter(
base_family = "Inter-Medium", base_family = "Inter-Medium",
base_size = 10, base_size = 10,
plot_title_family = "Inter-SemiBold", plot_title_family = "Inter-Bold",
plot_title_size = 16, plot_title_size = 16,
plot_title_face = "bold", plot_title_face = "bold",
plot_title_margin = 8, plot_title_margin = 8,
subtitle_family = "Inter-Medium", subtitle_family = "Inter-Light",
subtitle_size = 12, subtitle_size = 12,
subtitle_face = "plain", subtitle_face = "plain",
subtitle_margin = 13, subtitle_margin = 13,
strip_text_family = "Inter", strip_text_family = "Inter-SemiBold",
strip_text_size = 12, strip_text_size = 12,
strip_text_face = "bold", strip_text_face = "bold",
caption_family = "Inter-Light", caption_family = "Inter-Thin",
caption_size = 9, caption_size = 9,
caption_face = "plain", caption_face = "plain",
caption_margin = 10, caption_margin = 10,
axis_text_family = "Inter-Thin", axis_text_family = "Inter-Light",
axis_text_face = "plain", axis_text_face = "plain",
axis_text_size = 9, axis_text_size = 9,
axis_title_family = base_family, axis_title_family = base_family,

Loading…
Cancel
Save